*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth;text-rendering:optimizeLegibility}body{font-family:Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0f1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0}body h1,body h2,body h3,body h4,body h5,body h6{color:#0a0f1a}body p{color:#3d4654}body small{color:#a5a5a5}#root{min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:Noto Sans,sans-serif;font-weight:600;line-height:1.2;letter-spacing:-.025em;overflow-wrap:break-word}p{overflow-wrap:break-word}::selection{background-color:#f4c40026;color:#f4c400}h1{font-size:2.5rem;font-weight:700;line-height:1.2}@media(min-width:768px){h1{font-size:3.5rem}}h2{font-size:2rem;font-weight:700;line-height:1.2}@media(min-width:768px){h2{font-size:2.5rem}}h3{font-size:1.5rem;font-weight:600;line-height:1.2}@media(min-width:768px){h3{font-size:2rem}}h4{font-size:1.25rem;font-weight:600;line-height:1.2}h5{font-size:1.125rem;font-weight:500;line-height:1.2}h6{font-size:1rem;font-weight:500;line-height:1.2}p{font-size:1rem;font-weight:400;line-height:1.5}small{font-size:.875rem;font-weight:400;line-height:1.5}strong{font-weight:600}em{font-style:italic}a{transition:color .15s ease}a:hover{color:#cfa700}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.d-inline{display:inline}.d-inline-block{display:inline-block}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-start{display:flex;align-items:center;justify-content:flex-start}.flex-end{display:flex;align-items:center;justify-content:flex-end}.flex-column{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#0a0f1a}.text-secondary{color:#3d4654}.text-muted{color:#a5a5a5}.text-accent{color:#f4c400}.text-success{color:#001740}.text-error{color:#dc2626}.text-warning{color:#f4c400}.bg-primary{background-color:#fff}.bg-secondary{background-color:#f7f8fa}.bg-dark{background-color:#001740}.text-on-dark,.text-on-dark h1,.text-on-dark h2,.text-on-dark h3,.text-on-dark h4,.text-on-dark h5,.text-on-dark h6{color:#fff}.text-on-dark p{color:#ffffffbf}.text-on-dark small{color:#fff9}.text-on-light,.text-on-light h1,.text-on-light h2,.text-on-light h3,.text-on-light h4,.text-on-light h5,.text-on-light h6{color:#0a0f1a}.text-on-light p{color:#3d4654}.text-on-light small{color:#a5a5a5}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.p-0{padding:0}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.py-sm{padding-top:.5rem;padding-bottom:.5rem}.py-md{padding-top:1rem;padding-bottom:1rem}.py-lg{padding-top:1.5rem;padding-bottom:1.5rem}.px-sm{padding-left:.5rem;padding-right:.5rem}.px-md{padding-left:1rem;padding-right:1rem}.px-lg{padding-left:1.5rem;padding-right:1.5rem}.w-full{width:100%}.w-screen{width:100vw}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1280px){.container{padding:0 2rem}}.visible{visibility:visible}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.anim-fade-up,.anim-fade-in,.anim-fade-down,.anim-slide-left,.anim-slide-right,.anim-scale-up{opacity:0}.anim-fade-up.anim-visible,.anim-visible .anim-fade-up.anim-stagger-item{animation:fadeUp .6s ease-out forwards;animation-delay:var(--anim-delay, 0s)}.anim-fade-in.anim-visible,.anim-visible .anim-fade-in.anim-stagger-item{animation:fadeIn .6s ease-out forwards;animation-delay:var(--anim-delay, 0s)}.anim-fade-down.anim-visible,.anim-visible .anim-fade-down.anim-stagger-item{animation:fadeDown .6s ease-out forwards;animation-delay:var(--anim-delay, 0s)}.anim-slide-left.anim-visible,.anim-visible .anim-slide-left.anim-stagger-item{animation:slideLeft .6s ease-out forwards;animation-delay:var(--anim-delay, 0s)}.anim-slide-right.anim-visible,.anim-visible .anim-slide-right.anim-stagger-item{animation:slideRight .6s ease-out forwards;animation-delay:var(--anim-delay, 0s)}.anim-scale-up.anim-visible,.anim-visible .anim-scale-up.anim-stagger-item{animation:scaleUp .6s ease-out forwards;animation-delay:var(--anim-delay, 0s)}.anim-fast.anim-visible,.anim-visible .anim-fast.anim-stagger-item{animation-duration:.3s!important}.anim-slow.anim-visible,.anim-visible .anim-slow.anim-stagger-item{animation-duration:.8s!important}@media(prefers-reduced-motion:reduce){.anim-fade-up,.anim-fade-in,.anim-fade-down,.anim-slide-left,.anim-slide-right,.anim-scale-up{opacity:1!important;transform:none!important;animation:none!important}}.not-found{display:flex;align-items:center;min-height:100vh;padding:2.5rem 2rem;background:#fff}@media(min-width:768px){.not-found{padding:3rem 4rem}}@media(min-width:1024px){.not-found{padding:3rem 10%}}.nf-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:520px;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.nf-content.visible{opacity:1;transform:translateY(0)}.nf-title{font-size:6rem;font-weight:800;line-height:1;letter-spacing:-3px;color:#001740;margin-bottom:1rem}@media(min-width:640px){.nf-title{font-size:8rem}}@media(min-width:768px){.nf-title{font-size:10rem;letter-spacing:-4px;margin-bottom:1.5rem}}.nf-subtitle{font-size:1.25rem;font-weight:700;color:#0a0f1a;margin-bottom:.5rem}@media(min-width:768px){.nf-subtitle{font-size:1.5rem}}.nf-text{font-size:.875rem;color:#3d4654;line-height:1.625;margin-bottom:2.5rem}@media(min-width:768px){.nf-text{font-size:1rem}}.nf-btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:#001740;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00174040}@media(min-width:768px){.nf-btn{padding:16px 36px;font-size:1rem}}.nf-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.nf-btn:hover svg{transform:translate(-3px)}.nf-btn svg{font-size:1.1rem;transition:transform .3s ease}.announcement-bar{background:#f7f8fa;border-bottom:1px solid #e2e5ea;font-size:12px}.announcement-bar-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.announcement-bar-container{padding:0 1.5rem}}@media(min-width:1280px){.announcement-bar-container{padding:0 2rem}}.announcement-bar-container{display:flex;align-items:center;justify-content:space-between;height:30px}.announcement-bar-left{display:flex;align-items:center;gap:.5rem}@media(max-width:767px){.announcement-bar-left{display:none}}.announcement-bar-item{display:flex;align-items:center;gap:6px;color:#3d4654;font-weight:400;transition:color .2s ease}.announcement-bar-item svg{font-size:13px;flex-shrink:0}.announcement-bar-item:hover{color:#0a0f1a}.announcement-bar-divider{width:1px;height:14px;background:#e2e5ea}.announcement-bar-socials{display:flex;align-items:center;gap:2px}@media(max-width:639px){.announcement-bar-socials{margin:0 auto}}.announcement-bar-social{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:.25rem;color:#3d4654;font-size:11px;transition:color .2s ease}.announcement-bar-social:hover{color:#0a0f1a}.infinity-logo{display:inline-block;line-height:0}.infinity-logo-svg{width:100%;height:auto;display:block;overflow:visible}.infinity-logo-white-base,.infinity-logo-color-seg,.infinity-logo-crossover,.infinity-logo-icon-group{opacity:0;transition:opacity .4s ease}.infinity-logo--on .infinity-logo-white-base,.infinity-logo--on .infinity-logo-color-seg,.infinity-logo--on .infinity-logo-crossover,.infinity-logo--on .infinity-logo-icon-group{opacity:1}.logo-link{text-decoration:none;display:inline-flex}.logo{display:inline-flex;align-items:center;gap:10px;position:relative}.logo .logo-image{height:34px;width:auto;flex-shrink:0}.logo .logo-image .infinity-logo-svg{height:100%;width:auto}.logo .logo-text-group{display:flex;flex-direction:column;width:fit-content;font-family:Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo .logo-name{display:flex;align-items:baseline;white-space:nowrap;line-height:1.3}.logo .logo-bharat{color:#001740;font-weight:500}.logo .logo-mithra{color:#eebe00;font-weight:500}.logo .logo-tagline{font-family:Noto Sans,sans-serif;font-size:10px;font-weight:500;color:#1c1c1c;text-transform:uppercase;margin-top:-2px;opacity:.75;text-align:left}.logo:hover .logo-image{transform:scale(1.03);transition:transform .3s ease}.logo.logo-sm{gap:10px}.logo.logo-sm .logo-image{height:42px}.logo.logo-sm .logo-text-group{font-size:1.5rem}.logo.logo-sm .logo-tagline{font-size:10px}.logo.logo-md{gap:10px}.logo.logo-md .logo-image{height:46px}.logo.logo-md .logo-text-group{font-size:1.55rem}.logo.logo-md .logo-tagline{font-size:9.5px}.logo.logo-lg{gap:12px}.logo.logo-lg .logo-image{height:52px}.logo.logo-lg .logo-text-group{font-size:1.7rem}.logo.logo-lg .logo-tagline{font-size:10px}.logo.logo-xl{gap:16px}.logo.logo-xl .logo-image{height:68px}@media(min-width:768px){.logo.logo-xl .logo-image{height:80px}}@media(min-width:1024px){.logo.logo-xl .logo-image{height:90px}}.logo.logo-xl .logo-text-group{font-size:2.2rem}@media(min-width:768px){.logo.logo-xl .logo-text-group{font-size:2.7rem}}@media(min-width:1024px){.logo.logo-xl .logo-text-group{font-size:3.2rem}}.logo.logo-xl .logo-tagline{margin-top:4px;font-size:.875rem;letter-spacing:.15em}.logo.logo-light .logo-bharat{color:#fff}.logo.logo-light .logo-mithra{color:#eebe00}.logo.logo-light .logo-tagline{color:#ffffffb3}.logo.logo-dark .logo-bharat{color:#001740}.logo.logo-dark .logo-mithra{color:#eebe00}.language-switcher{position:relative}.language-switcher .language-switcher-trigger{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:transparent;border:1px solid rgba(10,15,26,.1);border-radius:.375rem;cursor:pointer;transition:all .2s ease;color:#3d4654;font-size:.875rem;font-weight:500}.language-switcher .language-switcher-trigger:hover{background:#0a0f1a08;border-color:#0a0f1a26;color:#0a0f1a}.language-switcher .language-switcher-trigger .globe-icon{font-size:1rem;color:#f4c400}.language-switcher .language-switcher-trigger .current-lang{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-switcher .language-switcher-trigger .chevron-icon{font-size:.875rem;transition:transform .2s ease}.language-switcher .language-switcher-trigger .chevron-icon.open{transform:rotate(180deg)}.language-switcher.compact .language-switcher-trigger{padding:.25rem;border:none;background:#0a0f1a0d;border-radius:.25rem}.language-switcher.compact .language-switcher-trigger .globe-icon{font-size:1.125rem}.language-switcher.compact .language-switcher-trigger .chevron-icon{font-size:.75rem}.language-switcher .language-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1px solid rgba(10,15,26,.08);border-radius:.5rem;box-shadow:0 8px 24px #0a0f1a1f;z-index:1000;overflow:hidden;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-switcher .language-dropdown .language-option{display:flex;align-items:center;width:100%;padding:.5rem 1rem;background:transparent;border:none;cursor:pointer;transition:all .15s ease;text-align:left}.language-switcher .language-dropdown .language-option:hover{background:#f4c40014}.language-switcher .language-dropdown .language-option.active{background:#f4c4001a}.language-switcher .language-dropdown .language-option.active .lang-native{color:#f4c400;font-weight:600}.language-switcher .language-dropdown .language-option .lang-native{font-size:.875rem;color:#0a0f1a;font-weight:500;flex:1}.language-switcher .language-dropdown .language-option .lang-english{font-size:.8125rem;color:#3d4654b3;margin-left:.25rem}.language-switcher .language-dropdown .language-option .check-icon{color:#f4c400;font-size:1rem;margin-left:.25rem}@media(max-width:639px){.language-switcher .language-dropdown{min-width:160px}.language-switcher .language-dropdown .language-option{padding:.5rem}.language-switcher .language-dropdown .language-option .lang-english{display:none}}.navbar{width:100%;background-color:#fff;border-bottom:1px solid #e2e5ea;transition:all .25s ease}.navbar.navbar-scrolled{box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border-bottom-color:transparent;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar .navbar-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.navbar .navbar-container{padding:0 1.5rem}}@media(min-width:1280px){.navbar .navbar-container{padding:0 2rem}}.navbar .navbar-container{display:flex;align-items:center;justify-content:space-between;height:55px}.navbar .navbar-menu{display:flex;align-items:center;justify-content:center;gap:.25rem}@media(max-width:767px){.navbar .navbar-menu{position:fixed;top:0;right:0;width:300px;height:100vh;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:100px 1.5rem 1.5rem;gap:.5rem;box-shadow:0 25px 50px -12px #0003;transform:translate(100%);transition:transform .35s ease}}.navbar .navbar-menu.navbar-menu-open{transform:translate(0)}.navbar .navbar-menu.navbar-menu-open:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0f1a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:-1}.navbar .navbar-item{list-style:none}.navbar .navbar-item.navbar-item-lang{margin-left:4px;padding-left:8px;border-left:1px solid #e2e5ea}@media(max-width:767px){.navbar .navbar-item.navbar-item-lang{margin-left:0;padding-left:0;border-left:none;padding:.5rem 1rem}}.navbar .navbar-item.navbar-item-search{margin-left:4px;padding-left:8px;border-left:1px solid #e2e5ea}@media(max-width:767px){.navbar .navbar-item.navbar-item-search{margin-left:0;padding-left:0;border-left:none;padding:.5rem 1rem}}.navbar .navbar-item.navbar-item-cta{margin-left:8px}@media(max-width:767px){.navbar .navbar-item.navbar-item-cta{margin-left:0;margin-top:1.5rem}}.navbar .navbar-search-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #e2e5ea;border-radius:50%;color:#3d4654;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.navbar .navbar-search-btn:hover{border-color:#0a0f1a;color:#0a0f1a;background:#f7f8fa}.navbar .navbar-search-btn:active{transform:scale(.95)}@media(max-width:767px){.navbar .navbar-search-btn{width:100%;height:auto;border-radius:.5rem;padding:14px;font-size:1.2rem;background:#f7f8fa;border:1px solid #e2e5ea}}.navbar .navbar-link{position:relative;display:flex;align-items:center;gap:6px;padding:8px;font-size:.8125rem;font-weight:500;color:#3d4654;letter-spacing:.025em;transition:color .15s ease}@media(max-width:767px){.navbar .navbar-link{padding:14px 1rem;border-radius:.5rem;background-color:#f7f8fa;color:#0a0f1a;font-size:1rem}}.navbar .navbar-link .navbar-link-icon{display:none}.navbar .navbar-link .navbar-link-underline{position:absolute;bottom:4px;left:8px;right:8px;height:1px;background:#0a0f1a;border-radius:9999px;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}@media(max-width:767px){.navbar .navbar-link .navbar-link-underline{display:none}}.navbar .navbar-link:hover{color:#0a0f1a}@media(max-width:767px){.navbar .navbar-link:hover{background:#f7f8fa}}.navbar .navbar-link:hover .navbar-link-icon{opacity:1}.navbar .navbar-link:hover .navbar-link-underline{transform:scaleX(1)}.navbar .navbar-link.navbar-link-active{color:#0a0f1a;font-weight:600}.navbar .navbar-link.navbar-link-active .navbar-link-icon{opacity:1}.navbar .navbar-link.navbar-link-active .navbar-link-underline{transform:scaleX(1)}.navbar .navbar-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 18px;background:transparent;color:#0a0f1a;font-size:.8125rem;font-weight:500;letter-spacing:.025em;border-radius:.5rem;border:1px solid #e2e5ea;transition:all .2s ease}@media(max-width:767px){.navbar .navbar-btn{width:100%;padding:14px;justify-content:center;font-size:1rem;border-radius:.75rem}}.navbar .navbar-btn .navbar-btn-icon{width:14px;height:14px;object-fit:contain;opacity:.7;transition:opacity .2s ease}.navbar .navbar-btn:hover{border-color:#0a0f1a;background:#f7f8fa}.navbar .navbar-btn:hover .navbar-btn-icon{opacity:1}.navbar .navbar-btn:active{transform:scale(.98)}.navbar .navbar-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:1px solid #e2e5ea;border-radius:.5rem;cursor:pointer;z-index:301;transition:all .25s ease}@media(max-width:767px){.navbar .navbar-toggle{display:flex}}.navbar .navbar-toggle .navbar-toggle-bar{display:block;width:18px;height:2px;background-color:#0a0f1a;border-radius:9999px;transition:all .25s ease}.navbar .navbar-toggle:hover{background:#f7f8fa}.navbar .navbar-toggle.navbar-toggle-open{background:#0a0f1a;border-color:#0a0f1a}.navbar .navbar-toggle.navbar-toggle-open .navbar-toggle-bar{background-color:#fff}.navbar .navbar-toggle.navbar-toggle-open .navbar-toggle-bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar .navbar-toggle.navbar-toggle-open .navbar-toggle-bar:nth-child(2){opacity:0;transform:scaleX(0)}.navbar .navbar-toggle.navbar-toggle-open .navbar-toggle-bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar .navbar-profile-wrapper{position:relative}.navbar .navbar-profile-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f7f8fa;border:1px solid #e2e5ea;border-radius:50%;color:#3d4654;font-size:1rem;cursor:pointer;transition:all .2s ease}.navbar .navbar-profile-btn:hover{border-color:#0a0f1a;color:#0a0f1a}.navbar .navbar-profile-menu{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:#fff;border-radius:.75rem;box-shadow:0 8px 30px #0a0f1a1f;border:1px solid #e2e5ea;overflow:hidden;z-index:100;animation:profileMenuSlide .15s ease}@media(max-width:767px){.navbar .navbar-profile-menu{position:fixed;inset:auto 0 0;width:100%;border-radius:.75rem .75rem 0 0}}@keyframes profileMenuSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar .navbar-profile-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e5ea}.navbar .navbar-profile-avatar{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#f7f8fa;border-radius:50%;color:#3d4654;font-size:1.1rem}.navbar .navbar-profile-info{display:flex;flex-direction:column;gap:1px}.navbar .navbar-profile-name{font-size:.875rem;font-weight:600;color:#0a0f1a}.navbar .navbar-profile-mobile{font-size:11px;color:#3d4654}.navbar .navbar-profile-divider{height:1px;background:#e2e5ea}.navbar .navbar-profile-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:10px 1.5rem;background:none;border:none;font-size:.875rem;font-weight:500;color:#3d4654;text-decoration:none;cursor:pointer;transition:all .15s ease}.navbar .navbar-profile-item svg{font-size:1rem}.navbar .navbar-profile-item:hover{background:#f7f8fa;color:#0a0f1a}.navbar .navbar-logout-btn{color:#ef4444}.navbar .navbar-logout-btn:hover{background:#ef44440a;color:#dc2626}.site-footer{border-top:1px solid rgba(10,15,26,.06)}.footer-main{display:flex;position:relative;background:#f8f9fb;max-width:1400px;margin:0 auto}.footer-left-strip{display:none}@media(min-width:768px){.footer-left-strip{display:flex;align-items:center;justify-content:center;flex:1;min-width:160px;background:#fff;position:relative;overflow:hidden}.footer-left-strip:before{content:"";position:absolute;inset:-20px;background:url(/leftfootbackimage.jpg) center/cover no-repeat;filter:blur(3px);opacity:1.835;pointer-events:none}.footer-left-strip:after{content:"";position:absolute;inset:0;background:#ffffffb3;pointer-events:none}}.footer-left-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;position:relative;z-index:1;padding:3rem 1.5rem;gap:1.5rem;overflow:hidden}.footer-left-quote{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.footer-quote-line{font-family:Playfair Display,serif;font-style:italic;font-size:1.1rem;color:#001740;opacity:.7;letter-spacing:.02em;line-height:1.4}.footer-quote-accent{font-family:Playfair Display,serif;font-style:italic;font-weight:600;font-size:1.35rem;color:#001740;letter-spacing:.01em;line-height:1.3;position:relative}.footer-quote-accent:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(90deg,transparent,#eebe00,transparent)}.footer-left-divider{display:flex;align-items:center;gap:.5rem}.footer-divider-line{width:24px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,23,64,.12))}.footer-left-divider:last-of-type .footer-divider-line{background:linear-gradient(90deg,rgba(0,23,64,.12),transparent)}.footer-left-divider:last-of-type .footer-divider-line:first-child{background:linear-gradient(90deg,transparent,rgba(0,23,64,.12))}.footer-divider-diamond{width:7px;height:7px;background:#eebe0040;border:1px solid rgba(238,190,0,.2);transform:rotate(45deg);flex-shrink:0}.footer-left-logo{width:80px;height:80px;flex-shrink:0}.footer-left-logo .infinity-logo-svg{height:100%;width:auto}.footer-left-tagline{font-size:.8125rem;color:#3d4654;opacity:.86;text-align:center;line-height:1.625;max-width:180px;letter-spacing:.01em}.footer-icon-slider{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent)}.footer-icon-track{display:flex;gap:1.5rem;animation:footerIconSlide 12s linear infinite;width:max-content}.footer-slider-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#00174008;border:1px solid rgba(0,23,64,.05);color:#001740;font-size:.8rem;flex-shrink:0;opacity:.45}@keyframes footerIconSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-separator{display:none}@media(min-width:768px){.footer-separator{display:block;width:1px;background:linear-gradient(to bottom,transparent 5%,rgba(0,23,64,.1) 20%,rgba(0,23,64,.1) 80%,transparent 95%);flex-shrink:0}}.footer-right-content{width:100%;min-width:0;background:#f8f9fb;padding:4rem 1rem 260px;position:relative}.footer-right-content:before{content:"";position:absolute;inset:0;background:url(/footerback.png) bottom center/100% auto no-repeat;opacity:.8;pointer-events:none}.footer-right-content>*{position:relative;z-index:1}@media(min-width:640px){.footer-right-content{padding:4rem 1.5rem 260px}}@media(min-width:768px){.footer-right-content{max-width:1050px;flex-shrink:0;padding:3rem 2rem 260px}}.footer-container{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.footer-container{flex-direction:row;gap:4rem}}@media(min-width:1024px){.footer-brand-block{flex-shrink:0;width:300px}}.footer-brand-inner{display:flex;flex-direction:column}.footer-tagline{font-size:.8125rem;color:#3d4654;line-height:1.625;margin-top:1.5rem;margin-bottom:2rem;max-width:280px}@media(min-width:768px){.footer-tagline{font-size:.9375rem;margin-top:2rem;margin-bottom:2.5rem}}.footer-social{display:flex;gap:.5rem}.footer-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid rgba(10,15,26,.08);color:#3d4654;font-size:.89rem;transition:all .3s ease;text-decoration:none}.footer-social a:hover{background:#001740;border-color:#001740;color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #00174026}.footer-links-area{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;flex:1}@media(min-width:768px){.footer-links-area{grid-template-columns:1fr 1fr 1.6fr;gap:3rem}}.footer-link-group{display:flex;flex-direction:column}.footer-heading{font-size:.75rem;font-weight:700;color:#001740;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:#eebe00;border-radius:1px}@media(min-width:640px){.footer-heading{margin-bottom:2rem}}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.footer-links{gap:12px}}.footer-links li a{font-size:.8125rem;color:#3d4654;transition:all .2s ease;display:inline-block;text-decoration:none}@media(min-width:768px){.footer-links li a{font-size:.9375rem}}.footer-links li a:hover{color:#001740;transform:translate(4px)}.footer-contact-group{grid-column:span 2}@media(min-width:768px){.footer-contact-group{grid-column:auto}}.footer-contact-items{display:flex;flex-direction:column;gap:12px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:.8125rem;color:#3d4654;text-decoration:none;transition:all .2s ease;line-height:1.625}@media(min-width:768px){.footer-contact-item{font-size:.9375rem}}.footer-contact-item:hover{color:#001740}.footer-contact-item span{padding-top:1px}.footer-contact-icon-box{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#fff;border:1px solid rgba(10,15,26,.06);color:#001740;flex-shrink:0;font-size:.84rem}.partner-cta-section{position:relative;background:linear-gradient(135deg,#001740,#002669,#182e4c);padding:3rem 1rem;overflow:hidden}@media(min-width:640px){.partner-cta-section{padding:4rem 1.5rem}}@media(min-width:768px){.partner-cta-section{padding:5rem 2rem}}.partner-cta-polygons{position:absolute;inset:0;pointer-events:none;overflow:hidden}.partner-polygon{position:absolute;opacity:.5}.partner-polygon.partner-polygon-1{width:180px;height:180px;top:-40px;left:-30px;background:#ffffff0a;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}@media(min-width:768px){.partner-polygon.partner-polygon-1{width:280px;height:280px}}.partner-polygon.partner-polygon-2{width:120px;height:120px;top:20px;right:60px;background:#eebe001a;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}@media(min-width:768px){.partner-polygon.partner-polygon-2{width:180px;height:180px;right:120px}}.partner-polygon.partner-polygon-3{width:100px;height:100px;bottom:-20px;right:-20px;background:#ffffff0d;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}@media(min-width:768px){.partner-polygon.partner-polygon-3{width:200px;height:200px}}.partner-polygon.partner-polygon-4{width:60px;height:60px;bottom:30px;left:15%;background:#eebe0014;clip-path:polygon(50% 0%,100% 100%,0% 100%)}@media(min-width:768px){.partner-polygon.partner-polygon-4{width:100px;height:100px}}.partner-polygon.partner-polygon-5{width:80px;height:80px;top:50%;right:20%;transform:translateY(-50%);background:#ffffff08;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}@media(min-width:768px){.partner-polygon.partner-polygon-5{width:140px;height:140px}}.partner-art-icon{position:absolute;color:#fff;opacity:.06;stroke-width:1;pointer-events:none}.partner-art-icon.partner-art-icon-1{font-size:3rem;top:20%;right:6%;transform:rotate(-12deg)}@media(min-width:768px){.partner-art-icon.partner-art-icon-1{font-size:4.5rem}}.partner-art-icon.partner-art-icon-2{font-size:2.5rem;bottom:15%;left:4%;transform:rotate(10deg)}@media(min-width:768px){.partner-art-icon.partner-art-icon-2{font-size:3.5rem}}.partner-art-icon.partner-art-icon-3{font-size:2rem;top:30%;left:25%;transform:rotate(-8deg)}@media(min-width:768px){.partner-art-icon.partner-art-icon-3{font-size:3rem}}.partner-cta-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:2rem}@media(min-width:768px){.partner-cta-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2.5rem}}.partner-cta-content{display:flex;align-items:center;gap:1.5rem}@media(min-width:768px){.partner-cta-content{gap:2rem}}.partner-cta-logo{width:48px;height:48px;flex-shrink:0}.partner-cta-logo .infinity-logo-svg{height:100%;width:auto}@media(min-width:768px){.partner-cta-logo{width:56px;height:56px}}.partner-cta-text-block{display:flex;flex-direction:column;gap:.25rem}.partner-cta-title{font-size:1.125rem;font-weight:700;color:#fff;line-height:1.2}@media(min-width:640px){.partner-cta-title{font-size:1.25rem}}@media(min-width:768px){.partner-cta-title{font-size:1.5rem}}.partner-cta-description{font-size:.875rem;color:#ffffffb3;line-height:1.625;max-width:520px}@media(min-width:768px){.partner-cta-description{font-size:1rem}}.partner-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:#eebe00;color:#001740;padding:12px 2rem;border-radius:50px;font-size:.875rem;font-weight:700;transition:all .3s ease;text-decoration:none;white-space:nowrap;flex-shrink:0}@media(min-width:640px){.partner-cta-btn{padding:14px 2.5rem;font-size:1rem}}.partner-cta-btn svg{transition:transform .3s ease}.partner-cta-btn:hover{background:#ffce0e;transform:translateY(-2px);box-shadow:0 6px 20px #eebe0059}.partner-cta-btn:hover svg{transform:translate(3px)}.footer-bottom{background:#001740;position:relative;padding:14px 1rem}@media(min-width:640px){.footer-bottom{padding:14px 1.5rem}}.footer-bottom-inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}@media(min-width:768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.8125rem;letter-spacing:.3px;font-weight:500;color:#ffffff8c}@media(min-width:640px){.footer-copyright{font-size:.875rem}}.footer-made-in{font-size:.8125rem;letter-spacing:.3px;font-weight:500;color:#ffffff8c}@media(min-width:640px){.footer-made-in{font-size:.875rem}}.scroll-progress-container{position:fixed;top:0;left:0;right:0;height:2px;background:transparent;z-index:9999;opacity:0;transition:opacity .3s ease}.scroll-progress-container.visible{opacity:1}.scroll-progress-bar{height:100%;background:#eebe00;transition:width .1s ease-out;box-shadow:0 0 8px #eebe0080}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__header{position:sticky;top:0;z-index:300;background-color:#fff}.layout__main{flex:1}.stats-section{background:linear-gradient(180deg,#fafbfc,#fff,#f8f9fa);padding:4rem 0;position:relative;overflow:hidden;border-bottom:1px solid rgba(10,15,26,.06)}@media(min-width:768px){.stats-section{padding:5rem 0}}.stats-bg-icons{position:absolute;inset:0;pointer-events:none;z-index:0}.stats-bg-icon{position:absolute;color:#001740;opacity:.025}.stats-bg-icon.stats-bg-icon-1{top:8%;left:5%;font-size:4rem;transform:rotate(-15deg)}.stats-bg-icon.stats-bg-icon-2{top:12%;right:8%;font-size:3.5rem;transform:rotate(10deg)}.stats-bg-icon.stats-bg-icon-3{bottom:25%;left:8%;font-size:3rem;transform:rotate(20deg)}.stats-bg-icon.stats-bg-icon-4{bottom:8%;right:5%;font-size:4.5rem;transform:rotate(-10deg)}.stats-bg-icon.stats-bg-icon-5{top:50%;left:2%;font-size:3rem;transform:rotate(15deg)}.stats-bg-icon.stats-bg-icon-6{top:35%;right:3%;font-size:3.5rem;transform:rotate(-20deg)}.stats-bg-icon.stats-bg-icon-7{top:3%;left:38%;font-size:2.5rem;transform:rotate(25deg)}.stats-bg-icon.stats-bg-icon-8{bottom:5%;left:55%;font-size:3rem;transform:rotate(-8deg)}.stats-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.stats-grid{gap:2rem}}.stats-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 2px 12px #0000000d,0 1px 3px #00000008;border:2px dashed rgba(10,15,26,.2);transition:all .3s ease;position:relative}.stats-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a,0 4px 10px #0000000f}.stats-card:hover .stats-card-top .stats-card-icon-wrapper{transform:scale(1.05)}.stats-card .stats-card-top{position:relative;padding:14px 16px;overflow:hidden;display:flex;align-items:center;gap:10px;border-bottom:1px dashed rgb(210,210,210)}@media(min-width:768px){.stats-card .stats-card-top{padding:16px 18px}}.stats-card .stats-card-icon-wrapper{width:44px;height:44px;background:#0017400f;border-radius:50px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,23,64,.08);transition:all .4s ease;position:relative;z-index:1;margin-bottom:8px}@media(min-width:768px){.stats-card .stats-card-icon-wrapper{width:50px;height:50px}}.stats-card .stats-card-icon{font-size:1.25rem;color:#001740}@media(min-width:768px){.stats-card .stats-card-icon{font-size:1.4rem}}.stats-card .stats-card-number-section{position:relative;z-index:1}.stats-card .stats-card-count{display:block;font-size:1.75rem;font-weight:800;line-height:1;margin-bottom:2px;letter-spacing:-.5px;color:#001740}@media(min-width:768px){.stats-card .stats-card-count{font-size:2rem}}.stats-card .stats-card-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;color:#3d4654;letter-spacing:.025em}@media(min-width:768px){.stats-card .stats-card-label{font-size:.875rem}}.stats-card .stats-card-content{padding:1rem 1.5rem;background:#fff}@media(min-width:768px){.stats-card .stats-card-content{padding:1.5rem 2rem}}.stats-card .stats-card-description{font-size:.8125rem;color:#3d4654;line-height:1.625;margin-bottom:.5rem}@media(min-width:768px){.stats-card .stats-card-description{font-size:.875rem}}.stats-card .stats-card-highlights{display:flex;flex-direction:column;gap:4px}.stats-card .stats-highlight-item{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#0a0f1a;font-weight:500;padding:4px .25rem;background:#0a0f1a05;border-radius:.25rem;transition:all .2s ease}@media(min-width:768px){.stats-card .stats-highlight-item{font-size:.875rem;padding:5px .5rem}}.stats-card .stats-highlight-item:hover{background:#0a0f1a0a;transform:translate(3px)}.stats-card .stats-highlight-item .stats-highlight-icon{font-size:.8rem;flex-shrink:0}.stats-header{text-align:center;margin-bottom:2rem}@media(min-width:768px){.stats-header{margin-bottom:2.5rem}}.stats-main-title{font-size:1.5rem;font-weight:700;color:#0a0f1a;line-height:1.2;margin-bottom:1rem}@media(min-width:768px){.stats-main-title{font-size:2rem}}@media(min-width:1024px){.stats-main-title{font-size:2.5rem}}.stats-main-title .stats-highlight{color:#eebe00}.stats-subtitle{font-size:1rem;color:#3d4654;max-width:500px;margin:0 auto;line-height:1.625}@media(min-width:768px){.stats-subtitle{font-size:1.0625rem}}.search-popup-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:500;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto;animation:overlayFadeIn .2s ease}@media(min-width:768px){.search-popup-overlay{padding:60px 2.5rem}}.search-popup{width:100%;max-width:900px;background:#fff;border-radius:1rem;box-shadow:0 30px 60px #0000004d,0 0 0 1px #ffffff1a;overflow:hidden;animation:popupSlideIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:linear-gradient(135deg,#03123b,#1a2a5e);position:relative;overflow:hidden}.search-popup-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:100%;background:linear-gradient(90deg,transparent,rgba(244,196,0,.1))}.search-popup-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f4c400,#fff,#001740)}.search-popup-title{font-size:1.125rem;font-weight:700;color:#fff;position:relative;z-index:1}@media(min-width:768px){.search-popup-title{font-size:1.25rem}}.search-popup-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#fff;font-size:1.25rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.search-popup-close:hover{background:#f4c400;border-color:#f4c400;transform:rotate(90deg)}.search-popup-input-wrapper{position:relative;padding:2rem;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e2e5ea}.search-popup-icon{position:absolute;left:3rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#f4c400}.search-popup-input{width:100%;padding:1.5rem 2rem;padding-left:56px;padding-right:56px;background:#fff;border:2px solid #e2e5ea;border-radius:.75rem;font-size:1.125rem;font-weight:500;color:#0a0f1a;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.search-popup-input:focus{outline:none;border-color:#f4c400;box-shadow:0 4px 20px #f4c40026}.search-popup-input::placeholder{color:#a5a5a5;font-weight:400}.search-popup-clear{position:absolute;right:3rem;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#e2e5ea;border:none;border-radius:9999px;color:#3d4654;font-size:1rem;cursor:pointer;transition:all .3s ease}.search-popup-clear:hover{background:#f4c400;color:#fff;transform:translateY(-50%) scale(1.1)}.search-popup-categories{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 2rem;background:#fafbfc;border-bottom:1px solid #e2e5ea;min-height:52px;align-items:center}.search-popup-categories-loader{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem 0}.search-popup-category{padding:8px 18px;background:#fff;border:1px solid #e2e5ea;border-radius:9999px;font-size:.875rem;font-weight:500;color:#3d4654;cursor:pointer;transition:all .3s ease}.search-popup-category:hover{background:#f4c40014;border-color:#f4c400;color:#f4c400;transform:translateY(-1px)}.search-popup-category.active{background:linear-gradient(135deg,#f4c400,#b91c1c);border-color:transparent;color:#fff;box-shadow:0 4px 12px #f4c40059}.search-popup-results{padding:2rem;max-height:450px;overflow-y:auto}.search-popup-results::-webkit-scrollbar{width:6px}.search-popup-results::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.search-popup-results::-webkit-scrollbar-thumb{background:#e2e5ea;border-radius:3px}.search-popup-results::-webkit-scrollbar-thumb:hover{background:#a5a5a5}.search-popup-results-title{font-size:.875rem;font-weight:600;color:#3d4654;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.search-popup-results-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#e2e5ea,transparent)}.search-popup-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.search-popup-grid{grid-template-columns:repeat(2,1fr)}}.search-popup-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafbfc;border:1px solid transparent;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-popup-item:hover{background:#fff;border-color:#f4c40033;box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.search-popup-item:hover .search-popup-item-icon{transform:scale(1.1) rotate(5deg)}.search-popup-item:hover .search-popup-item-arrow{opacity:1;transform:translate(0)}.search-popup-item:hover .search-popup-item-title{color:#f4c400}.search-popup-item-icon{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.search-popup-item-icon img{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.search-popup-item-content{flex:1;min-width:0}.search-popup-item-title{font-size:1rem;font-weight:600;color:#0a0f1a;margin-bottom:4px;transition:color .3s ease}.search-popup-item-desc{font-size:.8125rem;color:#3d4654;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.search-popup-item-arrow{font-size:1.25rem;color:#f4c400;opacity:0;transform:translate(-8px);transition:all .3s ease;flex-shrink:0}.search-popup-empty{text-align:center;padding:3rem;color:#3d4654}.search-popup-empty p{margin-bottom:.5rem;font-size:1rem}.search-popup-empty p:first-child{font-weight:600;color:#0a0f1a}.search-popup-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.search-popup-loader p{color:#3d4654;font-size:.875rem}.search-popup-spinner{font-size:2rem;color:#f4c400;animation:spinLoader 1s linear infinite}@keyframes spinLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-popup-item-initial{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase}.search-popup-footer{padding:1.5rem 2rem;background:linear-gradient(180deg,#fff,#fafbfc);border-top:1px solid #e2e5ea;text-align:center}.search-popup-view-all{display:inline-flex;align-items:center;gap:.5rem;color:#fff;background:linear-gradient(135deg,#f4c400,#b91c1c);padding:.5rem 2rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #f4c4004d}.search-popup-view-all:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4c40066;gap:1rem}.hero-alt{position:relative;height:calc(100vh - 85px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;overflow:hidden;background:linear-gradient(160deg,#fff,#f8fafc 40%,#f1f5f9)}@media(min-width:640px){.hero-alt{height:calc(100vh - 85px);padding:2.5rem 1.5rem}}@media(min-width:768px){.hero-alt{height:calc(100vh - 85px);padding:2.5rem 2rem}}.hero-alt-bg{position:absolute;inset:0;z-index:0}.hero-alt-circle{position:absolute;border-radius:50%;opacity:.5}.hero-alt-circle.hero-alt-circle-1{width:600px;height:600px;top:-300px;right:-200px;background:radial-gradient(circle,rgba(244,196,0,.12) 0%,rgba(244,196,0,.03) 50%,transparent 70%);animation:circleFloat 25s ease-in-out infinite}@media(min-width:768px){.hero-alt-circle.hero-alt-circle-1{width:800px;height:800px}}.hero-alt-circle.hero-alt-circle-2{width:500px;height:500px;bottom:-250px;left:-150px;background:radial-gradient(circle,rgba(0,23,64,.1) 0%,rgba(0,23,64,.02) 50%,transparent 70%);animation:circleFloat 30s ease-in-out infinite reverse}@media(min-width:768px){.hero-alt-circle.hero-alt-circle-2{width:700px;height:700px}}.hero-alt-circle.hero-alt-circle-3{width:300px;height:300px;top:50%;left:5%;background:radial-gradient(circle,rgba(99,102,241,.06) 0%,transparent 60%);animation:circleFloat 20s ease-in-out infinite;animation-delay:-5s}@keyframes circleFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-20px) scale(1.05)}}.hero-alt-dots-pattern{position:absolute;top:10%;right:5%;width:150px;height:150px;opacity:.4;background-image:radial-gradient(rgba(244,196,0,.4) 2px,transparent 2px);background-size:20px 20px}@media(min-width:768px){.hero-alt-dots-pattern{width:200px;height:200px;background-size:25px 25px}}.hero-alt-dots-pattern-2{position:absolute;bottom:15%;left:3%;width:120px;height:120px;opacity:.3;background-image:radial-gradient(rgba(0,23,64,.5) 2px,transparent 2px);background-size:18px 18px}@media(min-width:768px){.hero-alt-dots-pattern-2{width:160px;height:160px}}.hero-alt-floater{position:absolute;opacity:.15;animation:floaterMove 12s ease-in-out infinite}.hero-alt-floater.hero-alt-floater-1{top:20%;right:15%;width:60px;height:60px;border:2px solid #f4c400;border-radius:12px;transform:rotate(15deg)}@media(min-width:768px){.hero-alt-floater.hero-alt-floater-1{width:80px;height:80px}}.hero-alt-floater.hero-alt-floater-2{bottom:25%;left:10%;width:40px;height:40px;background:linear-gradient(135deg,rgba(0,23,64,.3),transparent);border-radius:50%;animation-delay:-4s}@media(min-width:768px){.hero-alt-floater.hero-alt-floater-2{width:60px;height:60px}}.hero-alt-floater.hero-alt-floater-3{top:60%;right:8%;width:30px;height:30px;border:2px solid rgba(99,102,241,.4);border-radius:8px;transform:rotate(45deg);animation-delay:-8s;animation-duration:15s}.hero-alt-floater.hero-alt-floater-4{top:35%;left:15%;width:20px;height:20px;background:#f4c40040;border-radius:50%;animation-delay:-2s;animation-duration:10s}@keyframes floaterMove{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.hero-alt-line{position:absolute;background:linear-gradient(90deg,transparent,rgba(244,196,0,.1),transparent);height:1px;width:200px}.hero-alt-line.hero-alt-line-1{top:30%;right:10%;transform:rotate(-15deg)}.hero-alt-line.hero-alt-line-2{bottom:35%;left:8%;width:150px;background:linear-gradient(90deg,transparent,rgba(0,23,64,.15),transparent);transform:rotate(10deg)}.hero-alt-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1320px;width:100%;opacity:0;transform:translateY(20px);transition:all .6s ease}.hero-alt-content.visible{opacity:1;transform:translateY(0)}.hero-alt-logo{display:flex;justify-content:center;margin-bottom:30px}@media(min-width:768px){.hero-alt-logo{margin-bottom:30px}}.hero-alt-logo .logo,.hero-alt-logo .logo-text-group{justify-content:center}.hero-alt-logo .logo-tagline{text-align:left;margin-top:-4px!important;letter-spacing:1px!important}.hero-alt-bottom-text{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:20px}@media(min-width:768px){.hero-alt-bottom-text{margin-top:20px}}.hero-alt-title{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:.25rem}@media(min-width:768px){.hero-alt-title{flex-direction:row;gap:.5rem}}.hero-alt-title-static{font-size:1.25rem;font-weight:600;color:#0a0f1a}@media(min-width:640px){.hero-alt-title-static{font-size:1.5rem}}@media(min-width:768px){.hero-alt-title-static{font-size:2rem}}.hero-alt-title-rotating{position:relative;height:38px;overflow:hidden}@media(min-width:640px){.hero-alt-title-rotating{height:46px}}@media(min-width:768px){.hero-alt-title-rotating{height:54px}}.hero-alt-rotating-word{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(100%);font-size:1.25rem;font-weight:700;color:#f4c400;opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);white-space:nowrap}@media(min-width:640px){.hero-alt-rotating-word{font-size:1.5rem}}@media(min-width:768px){.hero-alt-rotating-word{font-size:2rem}}.hero-alt-rotating-word.active{transform:translate(-50%) translateY(0);opacity:1}.hero-alt-subtitle{font-size:1rem;color:#3d4654;max-width:650px;line-height:1.625}@media(min-width:768px){.hero-alt-subtitle{font-size:1.125rem}}.hero-alt-carousel{width:100%;max-width:1320px;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%)}.hero-alt-carousel-track{display:flex;gap:14px;width:max-content;animation:carouselSlide 35s linear infinite}.hero-alt-carousel-track.paused{animation-play-state:paused}@media(min-width:640px){.hero-alt-carousel-track{gap:16px}}@keyframes carouselSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-alt-carousel-card{flex-shrink:0;width:270px;height:180px;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.05)}@media(min-width:640px){.hero-alt-carousel-card{width:330px;height:220px;border-radius:16px}}@media(min-width:768px){.hero-alt-carousel-card{width:400px;height:260px}}.hero-alt-card-full-img{width:100%;height:100%;object-fit:cover;display:block}.hero-alt-card-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;width:100%;height:100%;background:#f1f5f9}@media(min-width:640px){.hero-alt-card-grid{gap:4px}}.hero-alt-card-grid-img{width:100%;height:100%;object-fit:cover;display:block}.service-sidebar-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;justify-content:flex-end;animation:overlayFadeIn .2s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.service-sidebar{width:100%;max-width:100%;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}@media(min-width:640px){.service-sidebar{max-width:550px}}@media(min-width:768px){.service-sidebar{max-width:620px}}@media(min-width:1024px){.service-sidebar{max-width:700px}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.service-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:linear-gradient(135deg,#03123b,#1a2a5e);position:relative}.service-sidebar-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f4c400,#fff,#001740)}.service-sidebar-header h2{font-size:1.125rem;font-weight:700;color:#fff}.service-sidebar-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#fff;font-size:1.25rem;cursor:pointer;transition:all .3s ease}.service-sidebar-close:hover{background:#f4c400;border-color:#f4c400;transform:rotate(90deg)}.service-sidebar-content{flex:1;overflow-y:auto;padding:2rem}.service-sidebar-content::-webkit-scrollbar{width:6px}.service-sidebar-content::-webkit-scrollbar-track{background:#f1f5f9}.service-sidebar-content::-webkit-scrollbar-thumb{background:#e2e5ea;border-radius:3px}.service-sidebar-content::-webkit-scrollbar-thumb:hover{background:#a5a5a5}.service-sidebar-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.service-sidebar-loader p{color:#3d4654;font-size:.875rem}.service-sidebar-spinner{font-size:2.5rem;color:#f4c400;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service-sidebar-hero{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e5ea}.service-sidebar-icon{width:72px;height:72px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #0000001f}.service-sidebar-icon img{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}.service-sidebar-initial{font-size:2rem;font-weight:700;color:#fff;text-transform:uppercase}.service-sidebar-title-wrapper{flex:1;min-width:200px}.service-sidebar-title{font-size:1.25rem;font-weight:700;color:#0a0f1a;line-height:1.3;margin-bottom:4px}.service-sidebar-title-hindi{font-size:1rem;color:#3d4654}.service-sidebar-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:9999px;font-size:.8125rem;font-weight:600}.service-sidebar-badge.popular{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.service-sidebar-badge.featured{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.service-sidebar-section{margin-bottom:2rem}.service-sidebar-section-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#3d4654;text-transform:uppercase;letter-spacing:.025em;margin-bottom:1rem}.service-sidebar-section-title svg{font-size:1rem;color:#f4c400}.service-sidebar-description{font-size:1rem;color:#0a0f1a;line-height:1.625}.service-sidebar-description.hindi{margin-top:.5rem;color:#3d4654;font-size:.875rem}.service-sidebar-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.service-sidebar-info-item{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e5ea;transition:all .2s ease}.service-sidebar-info-item:hover{border-color:#f4c4004d;box-shadow:0 4px 12px #0000000d}.service-sidebar-info-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.375rem;flex-shrink:0;box-shadow:0 2px 8px #0000000f}.service-sidebar-info-icon svg{font-size:1rem;color:#f4c400}.service-sidebar-info-content{display:flex;flex-direction:column;gap:2px}.service-sidebar-info-label{font-size:.8125rem;color:#3d4654}.service-sidebar-info-value{font-size:.875rem;font-weight:600;color:#0a0f1a}.service-sidebar-info-value .free-tag{color:#001740;background:#0017401a;padding:2px 8px;border-radius:.25rem}.service-sidebar-category{display:inline-flex;align-items:center;padding:8px 16px;background:#f4c40014;border:1px solid rgba(244,196,0,.2);border-radius:9999px;color:#f4c400;font-size:.875rem;font-weight:500}.service-sidebar-steps{display:flex;flex-direction:column;gap:1rem}.service-sidebar-step{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e5ea;transition:all .2s ease}.service-sidebar-step:hover{border-color:#f4c4004d;background:#f4c40005}.step-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4c400,#ea580c);color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;flex-shrink:0}.step-content{flex:1}.step-content strong{display:block;font-size:.875rem;font-weight:600;color:#0a0f1a;margin-bottom:4px}.step-content p{font-size:.8125rem;color:#3d4654;line-height:1.625;margin:0}.service-sidebar-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e5ea}.service-sidebar-feature{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#0017400d,#00174005);border:1px solid rgba(0,23,64,.15);border-radius:.375rem;font-size:.8125rem;color:#0a0f1a;font-weight:500}.service-sidebar-feature svg{font-size:1rem;color:#001740;flex-shrink:0}.service-sidebar-empty{text-align:center;padding:3rem;color:#3d4654}.service-sidebar-footer{display:flex;gap:1rem;padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e5ea}.service-sidebar-apply-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f4c400,#ea580c);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f4c4004d}.service-sidebar-apply-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4c40066}.service-sidebar-apply-btn svg{transition:transform .3s ease}.service-sidebar-apply-btn:hover svg{transform:translate(4px)}.service-sidebar-secondary-btn{padding:1rem 1.5rem;background:#fff;color:#3d4654;border:1px solid #e2e5ea;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.service-sidebar-secondary-btn:hover{background:#f1f5f9;border-color:#3d4654;color:#0a0f1a}.page-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.page-loader-curtain{position:absolute;left:0;right:0;height:50%;will-change:transform;transition:transform .7s cubic-bezier(.77,0,.175,1);overflow:hidden}.page-loader-curtain--top{top:0;background:linear-gradient(160deg,#fff,#fdfaf0,#f5f2ff 80%,#faf8f2)}.page-loader-curtain--bottom{bottom:0;background:linear-gradient(340deg,#fff,#f5f7fc,#fdf9f0 80%,#f8faff)}.page-loader-shape{position:absolute;border-radius:50%;opacity:.5}.page-loader-shape--1{width:300px;height:300px;top:-80px;right:-60px;background:radial-gradient(circle,rgba(244,196,0,.08) 0%,transparent 70%);animation:shape-drift 6s ease-in-out infinite}@media(min-width:640px){.page-loader-shape--1{width:420px;height:420px}}.page-loader-shape--2{width:180px;height:180px;bottom:10px;left:10%;background:radial-gradient(circle,rgba(0,23,64,.05) 0%,transparent 70%);animation:shape-drift 8s ease-in-out infinite reverse}@media(min-width:640px){.page-loader-shape--2{width:260px;height:260px}}.page-loader-shape--3{width:250px;height:250px;bottom:-70px;left:-50px;background:radial-gradient(circle,rgba(244,196,0,.06) 0%,transparent 70%);animation:shape-drift 7s ease-in-out infinite}@media(min-width:640px){.page-loader-shape--3{width:360px;height:360px}}.page-loader-shape--4{width:160px;height:160px;top:20px;right:15%;background:radial-gradient(circle,rgba(0,23,64,.04) 0%,transparent 70%);border-radius:30%;transform:rotate(25deg);animation:shape-drift 9s ease-in-out infinite reverse}@media(min-width:640px){.page-loader-shape--4{width:220px;height:220px}}@keyframes shape-drift{0%,to{transform:translate(0)}50%{transform:translate(12px,-10px)}}.page-loader-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;transition:opacity .35s ease,transform .35s ease}.page-loader-logo{width:80px;opacity:0;animation:logo-in .5s ease-out .1s forwards}@media(min-width:640px){.page-loader-logo{width:100px}}@media(min-width:768px){.page-loader-logo{width:110px}}@keyframes logo-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.page-loader-text{display:flex;align-items:baseline;overflow:hidden}.page-loader-bharat,.page-loader-mithra{display:inline-block;font-weight:700;letter-spacing:-.025em;opacity:0;transform:translateY(8px);font-size:1.5rem}@media(min-width:640px){.page-loader-bharat,.page-loader-mithra{font-size:2rem}}.page-loader-bharat{color:#f4c400;animation:letter-in .4s ease-out .45s forwards}.page-loader-space{display:inline-block;width:0;animation:space-grow .15s ease-out .8s forwards}.page-loader-mithra{color:#001740;animation:letter-in .4s ease-out .85s forwards}@keyframes letter-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes space-grow{0%{width:0}to{width:.5em}}.page-loader-dots{display:flex;align-items:center;gap:6px;margin-top:6px;opacity:0;animation:dots-show .3s ease-out 1.1s forwards}.page-loader-dot{width:7px;height:7px;border-radius:50%;background:#001740;animation:dot-bounce 1s ease-in-out infinite}.page-loader-dot:nth-child(1){animation-delay:0s}.page-loader-dot:nth-child(2){background:#f4c400;animation-delay:.15s}.page-loader-dot:nth-child(3){animation-delay:.3s}@keyframes dots-show{0%{opacity:0}to{opacity:1}}@keyframes dot-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.page-loader--open{pointer-events:none}.page-loader--open .page-loader-content{opacity:0;transform:scale(.9)}.page-loader--open .page-loader-curtain--top{transform:translateY(-100%)}.page-loader--open .page-loader-curtain--bottom{transform:translateY(100%)}@media(prefers-reduced-motion:reduce){.page-loader-logo,.page-loader-bharat,.page-loader-mithra,.page-loader-space,.page-loader-dots{animation-duration:.01ms}.page-loader-dot{animation:none}.page-loader-curtain,.page-loader-content{transition-duration:.01ms}.page-loader-shape{animation:none}}.home{width:100%}.hero-comparison-divider{background:linear-gradient(90deg,#f4c400,#001740);padding:1.5rem;text-align:center}.hero-comparison-divider span{display:inline-block;background:#fff;color:#0a0f1a;font-weight:700;font-size:.875rem;padding:.5rem 2rem;border-radius:9999px;text-transform:uppercase;letter-spacing:1px}.hero{position:relative;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem 3rem}@media(min-width:640px){.hero{min-height:520px;padding:3rem 2rem 4rem}}@media(min-width:768px){.hero{min-height:580px;padding-bottom:4rem}}.hero-background{position:absolute;inset:0;background:linear-gradient(180deg,#03123b);z-index:0}.hero-background:before{content:"";position:absolute;inset:0;background-image:url(/f01.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.2}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;width:100%}.hero-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.5rem}.hero-logo .logo{align-items:center}.hero-logo .logo-beta{background:linear-gradient(135deg,#001740,#00a651);color:#fff;font-family:Noto Sans,sans-serif;font-size:.8125rem;font-weight:700;padding:6px 12px;border-radius:9999px;letter-spacing:.025em;box-shadow:0 4px 15px #00174059;text-transform:uppercase;margin-top:1rem}@media(min-width:768px){.hero-logo .logo-beta{font-size:.875rem;padding:8px 16px}}.hero-subtitle{font-size:1rem;font-weight:500;color:#fff;margin-bottom:.25rem}@media(min-width:640px){.hero-subtitle{font-size:1.125rem}}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-tagline{font-size:.875rem;color:#ffffffd9;margin-bottom:2rem;padding:0 .5rem;line-height:1.625}@media(min-width:640px){.hero-tagline{font-size:1rem;margin-bottom:2.5rem;padding:0}}@media(min-width:768px){.hero-tagline{font-size:1.125rem}}.search-container{width:100%;max-width:800px;margin-bottom:1.5rem;padding:0 .5rem}@media(min-width:640px){.search-container{margin-bottom:2rem;padding:0}}.search-box{display:flex;flex-direction:column;background-color:#fff;border-radius:.75rem;overflow:visible;box-shadow:0 10px 40px #0003}@media(min-width:768px){.search-box{flex-direction:row;align-items:center}}.search-input-wrapper{display:flex;align-items:center;flex:1;padding:1rem 1.5rem}.search-icon{font-size:1.25rem;color:#9ca3af;margin-right:1rem;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:1rem;color:#0a0f1a;background:transparent}.search-input::placeholder{color:#9ca3af}.search-divider{display:none;width:1px;height:28px;background-color:#e5e7eb}@media(min-width:768px){.search-divider{display:block}}.category-dropdown{position:relative;border-top:1px solid #e5e7eb}@media(min-width:768px){.category-dropdown{border-top:none}}.category-button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;cursor:pointer;font-size:1rem;color:#0a0f1a;width:100%;min-width:160px;transition:background-color .15s ease}.category-button:hover{background-color:#f9fafb}.dropdown-icon{font-size:1rem;color:#9ca3af;transition:transform .15s ease}.dropdown-icon.open{transform:rotate(180deg)}.category-list{position:absolute;top:100%;left:0;right:0;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:100;margin-top:4px;overflow:hidden}.category-item{padding:.5rem 1.5rem;cursor:pointer;font-size:.875rem;transition:background-color .15s ease}.category-item:hover{background-color:#f3f4f6}.category-item.active{background-color:#0017400f;color:#001740;font-weight:500}.search-button{background-color:#dc2626;color:#fff;border:none;padding:20px 30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}@media(min-width:768px){.search-button{border-radius:0 .75rem .75rem 0;padding:20px 30px}}.search-button:hover{background-color:#b91c1c}.trending-searches{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.trending-label{color:#fff;font-size:.875rem;font-weight:500}.trending-pills{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center}.trending-pill{background-color:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:6px 14px;border-radius:9999px;font-size:.8125rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}@media(min-width:768px){.trending-pill{font-size:.875rem}}.trending-pill:hover{background-color:#ffffff40;border-color:#ffffff80}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.section-header{margin-bottom:3rem}}.section-header-content{flex:1}.section-header-logo{display:none;width:64px;height:64px;opacity:.12;flex-shrink:0}.section-header-logo .infinity-logo-svg{height:100%;width:auto}@media(min-width:640px){.section-header-logo{display:block;width:72px;height:72px}}@media(min-width:768px){.section-header-logo{width:90px;height:90px}}@media(min-width:1024px){.section-header-logo{width:110px;height:110px}}.section-title{font-size:1.5rem;font-weight:800;color:#001740;margin-bottom:.5rem;line-height:1.2}@media(min-width:640px){.section-title{font-size:2rem}}@media(min-width:768px){.section-title{font-size:2.5rem}}@media(min-width:1024px){.section-title{font-size:2.5rem}}.section-title .title-accent{color:#eebe00}.section-description{font-size:.875rem;color:#3d4654;max-width:600px;line-height:1.625}@media(min-width:768px){.section-description{font-size:1rem}}.services-section{background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:3rem 1rem;position:relative;overflow:hidden}@media(min-width:640px){.services-section{padding:3rem 1.5rem}}@media(min-width:768px){.services-section{padding:4rem 1.5rem}}.services-section:before{display:none}.services-bg-decorations{position:absolute;inset:0;pointer-events:none;overflow:hidden}.services-bg-shape{position:absolute;border-radius:.75rem;opacity:.4}.services-bg-shape.services-bg-shape-1{width:250px;height:250px;top:-80px;right:-60px;background:linear-gradient(135deg,#0017400f,#00174005);border:1px solid rgba(0,23,64,.04);transform:rotate(15deg);animation:services-float 20s ease-in-out infinite}@media(min-width:640px){.services-bg-shape.services-bg-shape-1{width:350px;height:350px}}.services-bg-shape.services-bg-shape-2{width:200px;height:200px;bottom:-60px;left:-50px;background:linear-gradient(135deg,#0017400d,#00174003);border:1px solid rgba(0,23,64,.03);border-radius:50%;transform:rotate(-10deg);animation:services-float 25s ease-in-out infinite reverse}@media(min-width:640px){.services-bg-shape.services-bg-shape-2{width:300px;height:300px}}@keyframes services-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(3deg)}}.services-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(10,15,26,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(10,15,26,.015) 1px,transparent 1px);background-size:50px 50px}@media(min-width:640px){.services-bg-grid{background-size:70px 70px}}.services-bg-lines{position:absolute;inset:0}.services-bg-lines .services-bg-line{position:absolute;background:linear-gradient(90deg,transparent,rgba(0,23,64,.04),transparent);height:1px;left:0;right:0}.services-bg-lines .services-bg-line:nth-child(1){top:20%;animation:services-line-move 10s ease-in-out infinite}.services-bg-lines .services-bg-line:nth-child(2){top:50%;animation:services-line-move 12s ease-in-out infinite 1s}.services-bg-lines .services-bg-line:nth-child(3){top:80%;animation:services-line-move 8s ease-in-out infinite 2s}@keyframes services-line-move{0%,to{opacity:.2;transform:scaleX(.7)}50%{opacity:.5;transform:scaleX(1)}}.services-art-icon{position:absolute;color:#001740;opacity:.04;stroke-width:1;pointer-events:none;z-index:0}.services-art-icon.services-art-icon-1{font-size:3rem;top:8%;left:5%;transform:rotate(-15deg);animation:services-icon-float 18s ease-in-out infinite}@media(min-width:768px){.services-art-icon.services-art-icon-1{font-size:4.5rem}}.services-art-icon.services-art-icon-2{font-size:2.5rem;top:15%;right:8%;transform:rotate(12deg);animation:services-icon-float 22s ease-in-out infinite reverse}@media(min-width:768px){.services-art-icon.services-art-icon-2{font-size:3.5rem}}.services-art-icon.services-art-icon-3{font-size:3.5rem;top:40%;left:2%;transform:rotate(8deg);animation:services-icon-float 20s ease-in-out infinite 2s}@media(min-width:768px){.services-art-icon.services-art-icon-3{font-size:5rem}}.services-art-icon.services-art-icon-4{font-size:2rem;top:55%;right:3%;transform:rotate(-20deg);animation:services-icon-float 16s ease-in-out infinite 1s}@media(min-width:768px){.services-art-icon.services-art-icon-4{font-size:3rem}}.services-art-icon.services-art-icon-5{font-size:2.5rem;bottom:25%;left:8%;transform:rotate(25deg);animation:services-icon-float 24s ease-in-out infinite 3s}@media(min-width:768px){.services-art-icon.services-art-icon-5{font-size:3.5rem}}.services-art-icon.services-art-icon-6{font-size:2rem;bottom:10%;right:12%;transform:rotate(-10deg);animation:services-icon-float 19s ease-in-out infinite 4s}@media(min-width:768px){.services-art-icon.services-art-icon-6{font-size:3rem}}.services-art-icon.services-art-icon-7{font-size:1.8rem;top:70%;left:15%;transform:rotate(18deg);animation:services-icon-float 21s ease-in-out infinite 2.5s}@media(min-width:768px){.services-art-icon.services-art-icon-7{font-size:2.5rem}}.services-art-icon.services-art-icon-8{font-size:2.2rem;top:30%;right:15%;transform:rotate(-5deg);animation:services-icon-float 17s ease-in-out infinite 1.5s}@media(min-width:768px){.services-art-icon.services-art-icon-8{font-size:3.2rem}}@keyframes services-icon-float{0%,to{transform:translateY(0) rotate(var(--rotation, 0deg));opacity:.04}50%{transform:translateY(-12px) rotate(var(--rotation, 0deg));opacity:.07}}.services-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.services-loader p{color:#3d4654;font-size:.875rem}.services-spinner{font-size:2.5rem;color:#001740;animation:spinServices 1s linear infinite}.service-icon-initial{font-size:1.75rem;font-weight:700;color:#fff;text-transform:uppercase}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background-color:#fff;padding:1rem .5rem}@media(min-width:640px){.service-card{padding:1.5rem 1rem}}@media(min-width:768px){.service-card{padding:2rem 1.5rem}}.service-card{border-radius:.75rem;text-align:center;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#001740;transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001a}.service-card:hover:before{transform:scaleX(1)}.service-card:hover .service-icon-wrapper{transform:scale(1.05)}.service-card:hover .service-link{color:#001740}.service-icon-wrapper{width:50px;height:50px;margin:0 auto .5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00174026}@media(min-width:640px){.service-icon-wrapper{width:56px;height:56px;margin:0 auto 1rem}}@media(min-width:768px){.service-icon-wrapper{width:64px;height:64px;margin:0 auto 1.5rem}}.service-icon{font-size:2rem;color:#fff}.service-icon-img{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}@media(min-width:640px){.service-icon-img{width:32px;height:32px}}@media(min-width:768px){.service-icon-img{width:42px;height:42px}}.service-title{font-size:.875rem;font-weight:700;color:#0a0f1a;margin-bottom:.25rem;line-height:1.2}@media(min-width:640px){.service-title{font-size:1rem;margin-bottom:.5rem}}@media(min-width:768px){.service-title{font-size:1.125rem}}.service-description{font-size:.8125rem;color:#3d4654;line-height:1.625;margin-bottom:.5rem;min-height:36px;display:none}@media(min-width:640px){.service-description{display:block;font-size:.875rem;margin-bottom:1rem;min-height:48px}}.service-link{display:inline-flex;align-items:center;gap:.25rem;color:#001740;font-size:.875rem;font-weight:600;transition:all .3s ease}.service-link:hover{gap:.5rem;color:#eebe00}.services-cta{text-align:center;margin-top:3rem}.cta-banner{background-image:url(https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 1rem 60px;position:relative}@media(min-width:640px){.cta-banner{padding:90px 1.5rem 70px}}@media(min-width:768px){.cta-banner{padding:100px 1.5rem 80px}}.cta-overlay{position:absolute;inset:0;background:#001740b3;z-index:0}.cta-wave{position:absolute;left:0;width:100%;height:30px;z-index:2}@media(min-width:768px){.cta-wave{height:50px}}.cta-wave.cta-wave-top{top:0}.cta-wave.cta-wave-bottom{bottom:0}.cta-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.cta-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media(min-width:640px){.cta-title{font-size:1.5rem}}@media(min-width:768px){.cta-title{font-size:2.25rem}}.cta-description{font-size:.875rem;color:#ffffffbf;line-height:1.625;margin-bottom:2.5rem;max-width:460px}@media(min-width:640px){.cta-description{font-size:1rem}}@media(min-width:768px){.cta-description{font-size:1.0625rem;margin-bottom:3rem}}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#eebe00;color:#001740;padding:14px 2.5rem;border-radius:50px;font-weight:700;font-size:.875rem;transition:all .3s ease;white-space:nowrap;letter-spacing:.02em}@media(min-width:640px){.cta-button{font-size:1rem;padding:16px 3rem}}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #eebe0040}.schemes-section{background:#fafbfc;padding:3rem 1rem;position:relative}@media(min-width:640px){.schemes-section{padding:3rem 1.5rem}}@media(min-width:768px){.schemes-section{padding:4rem 1.5rem}}.schemes-header{text-align:center;margin-bottom:2rem}@media(min-width:768px){.schemes-header{margin-bottom:2.5rem}}.schemes-title{font-size:1.5rem;font-weight:700;color:#0a0f1a;line-height:1.2;margin-bottom:.5rem}@media(min-width:768px){.schemes-title{font-size:2rem}}@media(min-width:1024px){.schemes-title{font-size:2.5rem}}.schemes-title-accent{color:#eebe00}.schemes-description{font-size:.875rem;color:#3d4654;max-width:550px;margin:0 auto;line-height:1.625}@media(min-width:768px){.schemes-description{font-size:1rem}}.schemes-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.schemes-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.schemes-grid{grid-template-columns:repeat(3,1fr)}}.scheme-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 12px #0000000d,0 1px 3px #00000008;border:1px solid rgba(10,15,26,.05);transition:all .3s ease}.scheme-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a,0 4px 10px #0000000f}.scheme-card:hover .scheme-image{transform:scale(1.05)}.scheme-image-wrapper{position:relative;height:170px;overflow:hidden}@media(min-width:768px){.scheme-image-wrapper{height:190px}}.scheme-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(transparent,#00000040)}.scheme-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.scheme-category{position:absolute;top:.5rem;left:.5rem;background:#001740;color:#fff;padding:4px 12px;border-radius:50px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:1}.scheme-content{padding:1.5rem}.scheme-title{font-size:.875rem;font-weight:700;color:#001740;margin-bottom:.25rem}@media(min-width:768px){.scheme-title{font-size:1rem}}.scheme-description{font-size:.8125rem;color:#3d4654;line-height:1.625;margin-bottom:1rem}@media(min-width:768px){.scheme-description{font-size:.875rem}}.scheme-link{display:inline-flex;align-items:center;gap:.25rem;color:#001740;font-size:.8125rem;font-weight:600;transition:all .3s ease}@media(min-width:768px){.scheme-link{font-size:.875rem}}.scheme-link:hover{color:#eebe00;gap:.5rem}.schemes-cta{text-align:center;margin-top:2.5rem}.view-all-button{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#001740;padding:12px 2.5rem;border:1.5px solid rgba(0,23,64,.2);border-radius:50px;font-weight:600;font-size:.875rem;transition:all .3s ease}@media(min-width:640px){.view-all-button{font-size:1rem}}.view-all-button:hover{background:#001740;color:#fff;border-color:#001740;transform:translateY(-2px);box-shadow:0 6px 20px #00174033}.about{min-height:100vh;background:#fff;overflow-x:hidden}.about .about-section-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:linear-gradient(135deg,#f4c40014,#00174014);border:1px solid rgba(244,196,0,.15);border-radius:9999px;font-size:.8125rem;font-weight:600;color:#f4c400;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.about .about-section-title{font-size:1.25rem;font-weight:700;color:#0a0f1a;line-height:1.2;margin-bottom:.5rem}@media(min-width:640px){.about .about-section-title{font-size:1.5rem;margin-bottom:1rem}}@media(min-width:768px){.about .about-section-title{font-size:2rem}}.about .about-section-desc{font-size:.875rem;color:#3d4654;line-height:1.625;max-width:600px}@media(min-width:640px){.about .about-section-desc{font-size:1rem}}@media(min-width:768px){.about .about-section-desc{font-size:1.0625rem}}.about .about-text-accent{color:#f4c400}.about .about-text-green{color:#eebe00}.about .about-gradient-text{background:linear-gradient(135deg,#001740,#eebe00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about .about-highlight-text{color:#001740;position:relative}.about .about-highlight-text:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:8px;background:#eebe0033;z-index:-1;border-radius:2px}.about .about-hero{position:relative;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;overflow:hidden;background:linear-gradient(160deg,#fff,#f8fafc 40%,#f1f5f9)}@media(min-width:640px){.about .about-hero{padding:4rem 1.5rem}}@media(min-width:768px){.about .about-hero{padding:5rem 2rem}}.about .about-hero-bg-image{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.about .about-hero-bg-image img{width:100%;height:100%;object-fit:cover;opacity:.18;filter:grayscale(100%)}.about .about-hero-bg-image:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at center,rgba(248,250,252,.75) 0%,rgba(248,250,252,.2) 55%,transparent 80%)}.about .about-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.about .about-hero-orb{position:absolute;border-radius:50%}.about .about-hero-orb.about-hero-orb-1{width:500px;height:500px;top:-180px;right:-100px;background:radial-gradient(circle,rgba(238,190,0,.08) 0%,rgba(238,190,0,.02) 40%,transparent 70%);animation:aboutOrbFloat 22s ease-in-out infinite}@media(min-width:768px){.about .about-hero-orb.about-hero-orb-1{width:700px;height:700px}}.about .about-hero-orb.about-hero-orb-2{width:450px;height:450px;bottom:-150px;left:-80px;background:radial-gradient(circle,rgba(0,23,64,.06) 0%,rgba(0,23,64,.02) 40%,transparent 70%);animation:aboutOrbFloat 28s ease-in-out infinite reverse}@media(min-width:768px){.about .about-hero-orb.about-hero-orb-2{width:600px;height:600px}}.about .about-hero-orb.about-hero-orb-3{width:300px;height:300px;top:45%;left:8%;background:radial-gradient(circle,rgba(238,190,0,.05) 0%,rgba(238,190,0,.01) 50%,transparent 70%);animation:aboutOrbFloat 18s ease-in-out infinite;animation-delay:-5s}@keyframes aboutOrbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(25px,-18px) scale(1.06)}}.about .about-hero-dots{position:absolute}.about .about-hero-dots.about-hero-dots-1{top:12%;right:6%;width:150px;height:150px;opacity:.2;background-image:radial-gradient(rgba(238,190,0,.35) 1.5px,transparent 1.5px);background-size:20px 20px}@media(min-width:768px){.about .about-hero-dots.about-hero-dots-1{width:200px;height:200px;background-size:24px 24px}}.about .about-hero-dots.about-hero-dots-2{bottom:14%;left:4%;width:120px;height:120px;opacity:.15;background-image:radial-gradient(rgba(0,23,64,.35) 1.5px,transparent 1.5px);background-size:18px 18px}@media(min-width:768px){.about .about-hero-dots.about-hero-dots-2{width:160px;height:160px}}.about .about-hero-geo{position:absolute;opacity:.1;animation:aboutGeoFloat 14s ease-in-out infinite}.about .about-hero-geo.about-hero-geo-1{top:18%;right:14%;width:55px;height:55px;border:2px solid rgba(238,190,0,.3);border-radius:12px;transform:rotate(15deg)}@media(min-width:768px){.about .about-hero-geo.about-hero-geo-1{width:75px;height:75px}}.about .about-hero-geo.about-hero-geo-2{bottom:22%;left:10%;width:40px;height:40px;background:linear-gradient(135deg,#00174026,#0017400a);border-radius:50%;animation-delay:-4s}@media(min-width:768px){.about .about-hero-geo.about-hero-geo-2{width:55px;height:55px}}.about .about-hero-geo.about-hero-geo-3{top:55%;right:9%;width:28px;height:28px;border:2px solid rgba(0,23,64,.2);border-radius:8px;transform:rotate(45deg);animation-delay:-8s;animation-duration:16s}.about .about-hero-geo.about-hero-geo-4{top:32%;left:16%;width:22px;height:22px;background:#eebe0026;border-radius:50%;animation-delay:-2s;animation-duration:11s}@keyframes aboutGeoFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(5deg)}}.about .about-hero-line{position:absolute;height:1px;width:200px}.about .about-hero-line.about-hero-line-1{top:28%;right:10%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.12),transparent);transform:rotate(-12deg)}.about .about-hero-line.about-hero-line-2{bottom:32%;left:7%;width:160px;background:linear-gradient(90deg,transparent,rgba(0,23,64,.1),transparent);transform:rotate(8deg)}.about .about-hero-center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:780px;width:100%;opacity:0;transform:translateY(24px);transition:all .7s cubic-bezier(.4,0,.2,1)}.about .about-hero-center.visible{opacity:1;transform:translateY(0)}.about .about-hero-center .about-hero-title{font-size:1.5rem;font-weight:700;color:#0a0f1a;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.about .about-hero-center .about-hero-title{font-size:2rem}}@media(min-width:768px){.about .about-hero-center .about-hero-title{font-size:2.5rem}}@media(min-width:1024px){.about .about-hero-center .about-hero-title{font-size:3.5rem}}.about .about-hero-center .about-hero-rotating{position:relative;display:block;width:100%;height:1.35em;overflow:hidden}.about .about-hero-center .about-hero-word{position:absolute;top:0;left:0;right:0;text-align:center;transform:translateY(110%);white-space:nowrap;font-weight:800;color:#eebe00;opacity:0;transition:all .55s cubic-bezier(.4,0,.2,1)}.about .about-hero-center .about-hero-word.active{transform:translateY(0);opacity:1}.about .about-hero-center .about-hero-desc{font-size:.875rem;color:#3d4654;line-height:1.625;max-width:580px;margin-bottom:2rem}@media(min-width:640px){.about .about-hero-center .about-hero-desc{font-size:1rem}}@media(min-width:768px){.about .about-hero-center .about-hero-desc{font-size:1.125rem}}.about .about-hero-center .about-hero-actions{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.about .about-hero-center .about-hero-actions{flex-direction:row;gap:1rem}}.about .about-hero-center .about-hero-actions .about-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:12px 24px;background:#001740;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #00174040;position:relative;overflow:hidden}@media(min-width:640px){.about .about-hero-center .about-hero-actions .about-btn-primary{gap:.5rem;padding:14px 30px;font-size:1rem}}.about .about-hero-center .about-hero-actions .about-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.about .about-hero-center .about-hero-actions .about-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.about .about-hero-center .about-hero-actions .about-btn-primary:hover:before{left:100%}.about .about-hero-center .about-hero-actions .about-btn-primary:hover .btn-arrow{transform:translate(4px)}.about .about-hero-center .about-hero-actions .about-btn-primary .btn-arrow{transition:transform .3s ease}.about .about-hero-center .about-hero-actions .about-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background:transparent;color:#0a0f1a;font-size:.875rem;font-weight:600;border:2px solid #e2e5ea;border-radius:.5rem;transition:all .3s ease}@media(min-width:640px){.about .about-hero-center .about-hero-actions .about-btn-outline{padding:14px 28px;font-size:1rem}}.about .about-hero-center .about-hero-actions .about-btn-outline .btn-icon{font-size:1.1rem}.about .about-hero-center .about-hero-actions .about-btn-outline:hover{border-color:#001740;color:#001740;transform:translateY(-2px);box-shadow:0 4px 15px #0017401f}.about .about-stats{background:#f4f6f9;padding:3rem 1.5rem}@media(min-width:768px){.about .about-stats{padding:4rem 2rem}}.about .about-stats-container{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.about .about-stats-container{grid-template-columns:repeat(4,1fr)}}.about .about-stats-container .about-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;position:relative}@media(min-width:768px){.about .about-stats-container .about-stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:#00174014}}.about .about-stats-container .about-stat-item .about-stat-number{font-size:2.6rem;font-weight:800;line-height:1;margin-bottom:6px;color:#001740}@media(min-width:640px){.about .about-stats-container .about-stat-item .about-stat-number{font-size:3rem}}@media(min-width:768px){.about .about-stats-container .about-stat-item .about-stat-number{font-size:3.4rem}}@media(min-width:1024px){.about .about-stats-container .about-stat-item .about-stat-number{font-size:3.8rem}}.about .about-stats-container .about-stat-item .about-stat-label{font-size:.8125rem;color:#3d4654;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.about .about-stats-container .about-stat-item .about-stat-label{font-size:.875rem}}.about .about-partner-strap{position:relative;overflow:hidden;background:linear-gradient(100deg,#001740,#001e54 40%,#001336);padding:2.5rem 1.5rem}@media(min-width:640px){.about .about-partner-strap{padding:2.5rem 2rem}}@media(min-width:768px){.about .about-partner-strap{padding:2rem 2.5rem}}.about .partner-strap-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.about .partner-strap-line{position:absolute;height:1px;width:100%;left:0}.about .partner-strap-line.partner-strap-line-1{top:30%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.15),transparent);animation:partnerStrapScan 6s ease-in-out infinite}.about .partner-strap-line.partner-strap-line-2{top:60%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:partnerStrapScan 8s ease-in-out infinite;animation-delay:-3s}.about .partner-strap-line.partner-strap-line-3{top:85%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.08),transparent);animation:partnerStrapScan 7s ease-in-out infinite;animation-delay:-5s}@keyframes partnerStrapScan{0%{transform:translate(-100%);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(100%);opacity:0}}.about .partner-strap-glow{position:absolute;border-radius:50%}.about .partner-strap-glow.partner-strap-glow-1{width:300px;height:300px;top:-120px;left:-80px;background:radial-gradient(circle,rgba(238,190,0,.1) 0%,transparent 70%);animation:partnerStrapPulse 5s ease-in-out infinite}.about .partner-strap-glow.partner-strap-glow-2{width:250px;height:250px;bottom:-100px;right:-60px;background:radial-gradient(circle,rgba(238,190,0,.06) 0%,transparent 70%);animation:partnerStrapPulse 6s ease-in-out infinite;animation-delay:-2.5s}@keyframes partnerStrapPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:1}}.about .partner-strap-particle{position:absolute;border-radius:50%;animation:partnerStrapFloat 10s ease-in-out infinite}.about .partner-strap-particle.partner-strap-particle-1{width:3px;height:3px;background:#eebe00;top:20%;left:12%;opacity:.5}.about .partner-strap-particle.partner-strap-particle-2{width:2px;height:2px;background:#fff6;top:70%;left:25%;animation-delay:-2s;animation-duration:8s}.about .partner-strap-particle.partner-strap-particle-3{width:4px;height:4px;background:#eebe004d;top:35%;right:20%;animation-delay:-4s;animation-duration:12s}.about .partner-strap-particle.partner-strap-particle-4{width:2px;height:2px;background:#ffffff4d;bottom:25%;right:35%;animation-delay:-6s}.about .partner-strap-particle.partner-strap-particle-5{width:3px;height:3px;background:#eebe0066;top:55%;left:60%;animation-delay:-1s;animation-duration:9s}.about .partner-strap-particle.partner-strap-particle-6{width:2px;height:2px;background:#ffffff40;top:15%;right:10%;animation-delay:-7s;animation-duration:11s}@keyframes partnerStrapFloat{0%,to{transform:translate(0);opacity:.3}25%{transform:translate(8px,-12px);opacity:.7}50%{transform:translate(-5px,-20px);opacity:.4}75%{transform:translate(10px,-8px);opacity:.6}}.about .partner-strap-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:768px){.about .partner-strap-content{flex-direction:row;justify-content:space-between;text-align:left}}.about .partner-strap-text{display:flex;flex-direction:column;gap:4px}@media(min-width:768px){.about .partner-strap-text{gap:6px}}.about .partner-strap-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;opacity:.8}@media(min-width:768px){.about .partner-strap-label{font-size:.875rem}}.about .partner-strap-title{font-size:2rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em}@media(min-width:640px){.about .partner-strap-title{font-size:2.6rem}}@media(min-width:768px){.about .partner-strap-title{font-size:3.2rem}}@media(min-width:1024px){.about .partner-strap-title{font-size:3.6rem}}.about .partner-strap-highlight{color:#eebe00;position:relative}.about .partner-strap-highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#eebe00,#eebe0033);border-radius:2px}@media(min-width:768px){.about .partner-strap-highlight:after{height:4px;bottom:4px}}.about .partner-strap-btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:#eebe00;color:#001740;font-size:.875rem;font-weight:700;border-radius:50px;text-decoration:none;transition:all .35s ease;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 20px #eebe0040}@media(min-width:768px){.about .partner-strap-btn{padding:16px 38px;font-size:1rem}}.about .partner-strap-btn svg{transition:transform .3s ease;font-size:1.1em}.about .partner-strap-btn:hover{background:#ffce0e;transform:translateY(-2px);box-shadow:0 8px 30px #eebe0066}.about .partner-strap-btn:hover svg{transform:translate(4px)}.about .about-story{padding:4rem 1.5rem;background:linear-gradient(180deg,#fafbfc,#fff 40%,#fafbfc);position:relative;overflow:hidden}@media(min-width:768px){.about .about-story{padding:5rem 2.5rem}}.about .about-story-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.about .about-story-orb{position:absolute;border-radius:50%}.about .about-story-orb.about-story-orb-1{width:400px;height:400px;top:-100px;right:-120px;background:radial-gradient(circle,rgba(238,190,0,.1) 0%,rgba(238,190,0,.02) 50%,transparent 70%);animation:aboutStoryFloat 22s ease-in-out infinite}@media(min-width:768px){.about .about-story-orb.about-story-orb-1{width:550px;height:550px}}.about .about-story-orb.about-story-orb-2{width:350px;height:350px;bottom:-80px;left:-100px;background:radial-gradient(circle,rgba(0,23,64,.08) 0%,rgba(0,23,64,.02) 50%,transparent 70%);animation:aboutStoryFloat 26s ease-in-out infinite reverse}.about .about-story-dots{position:absolute}.about .about-story-dots.about-story-dots-1{bottom:15%;right:4%;width:100px;height:80px;opacity:.35;background-image:radial-gradient(rgba(238,190,0,.5) 1.5px,transparent 1.5px);background-size:16px 16px}@media(min-width:768px){.about .about-story-dots.about-story-dots-1{width:130px;height:100px}}.about .about-story-geo{position:absolute;opacity:.15;animation:aboutStoryFloat 18s ease-in-out infinite}.about .about-story-geo.about-story-geo-1{top:12%;left:5%;width:30px;height:30px;border:2px solid rgba(0,23,64,.4);border-radius:8px;transform:rotate(25deg)}.about .about-story-geo.about-story-geo-2{top:35%;right:8%;width:18px;height:18px;background:#eebe0066;border-radius:50%;animation-delay:-7s}@keyframes aboutStoryFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-10px) scale(1.04)}}.about .about-story-text{max-width:880px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.about .about-story-cursive{font-family:Playfair Display,serif;font-style:italic;font-size:1.125rem;color:#eebe00;margin-bottom:1rem;letter-spacing:.02em}@media(min-width:768px){.about .about-story-cursive{font-size:1.25rem}}.about .about-story-heading{font-size:1.5rem;font-weight:700;color:#0a0f1a;line-height:1.2;margin-bottom:1.5rem;max-width:700px}@media(min-width:640px){.about .about-story-heading{font-size:2rem}}@media(min-width:768px){.about .about-story-heading{font-size:2.5rem;margin-bottom:2rem}}.about .about-story-accent{color:#eebe00}.about .about-story-accent-alt{color:#001740}.about .about-story-divider{display:flex;align-items:center;gap:14px;margin-bottom:2rem}@media(min-width:768px){.about .about-story-divider{margin-bottom:2.5rem}}.about .about-story-divider-line{width:45px;height:1.5px;background:#0017401f}@media(min-width:768px){.about .about-story-divider-line{width:70px}}.about .about-story-divider-diamond{width:8px;height:8px;background:#eebe00;transform:rotate(45deg);flex-shrink:0;border-radius:1px}.about .about-story-lead{font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:#0a0f1a;line-height:1.85;max-width:660px;margin-bottom:1.5rem}@media(min-width:768px){.about .about-story-lead{font-size:1.125rem;margin-bottom:2rem}}.about .about-story-body{font-size:.875rem;color:#3d4654;line-height:1.625;max-width:620px;margin-bottom:2.5rem}@media(min-width:768px){.about .about-story-body{font-size:1rem}}.about .about-story-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}@media(min-width:768px){.about .about-story-highlights{gap:1rem}}.about .about-story-tag{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;background:#fff;border:1px solid rgba(0,23,64,.08);border-radius:9999px;font-size:.8125rem;font-weight:600;color:#001740;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}@media(min-width:768px){.about .about-story-tag{font-size:.875rem;padding:11px 22px}}.about .about-story-tag:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014;border-color:#eebe004d}.about .about-story-tag svg{color:#eebe00;font-size:.85rem;flex-shrink:0}.about .about-story-btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:#001740;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00174040}@media(min-width:768px){.about .about-story-btn{padding:16px 36px;font-size:1rem}}.about .about-story-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.about .about-story-btn:hover svg{transform:translate(4px)}.about .about-story-btn svg{transition:transform .3s ease}.about .about-story-slider{width:100%;overflow:hidden;margin-top:3rem;position:relative;z-index:1;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}@media(min-width:768px){.about .about-story-slider{margin-top:4rem}}.about .about-story-slider-track{display:flex;gap:14px;width:max-content;animation:aboutSliderScroll 30s linear infinite}@media(min-width:640px){.about .about-story-slider-track{gap:18px}}.about .about-story-slider-track:hover{animation-play-state:paused}@keyframes aboutSliderScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about .about-slider-card{flex-shrink:0;width:260px;height:180px;border-radius:.75rem;overflow:hidden;box-shadow:0 3px 15px #00000014}@media(min-width:640px){.about .about-slider-card{width:320px;height:220px}}@media(min-width:768px){.about .about-slider-card{width:380px;height:260px}}.about .about-slider-card img{width:100%;height:100%;object-fit:cover;display:block}.about .about-mv{padding:4rem 1.5rem;background:#fff}@media(min-width:768px){.about .about-mv{padding:5rem 2.5rem}}.about .about-mv-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about .about-mv-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.about .about-mv-card{background:#fff;border-radius:1rem;padding:2rem 2rem 2.5rem;border:1px solid rgba(226,229,234,.5);transition:all .3s ease}@media(min-width:768px){.about .about-mv-card{padding:2.5rem 2.5rem 3rem}}.about .about-mv-card:hover{transform:translateY(-4px);box-shadow:0 16px 50px #00000014;border-color:#e2e5ea4d}.about .about-mv-top{margin-bottom:1.5rem}.about .about-mv-label{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:1rem}.about .about-mv-label svg{font-size:.85rem}.about .about-mv-label.about-mv-label-gold{background:#eebe001a;color:#b18d00}.about .about-mv-label.about-mv-label-navy{background:#00174014;color:#001740}.about .about-mv-title{font-size:1.25rem;font-weight:700;color:#0a0f1a;line-height:1.2}@media(min-width:768px){.about .about-mv-title{font-size:1.5rem}}.about .about-mv-text{font-size:.875rem;color:#3d4654;line-height:1.625;margin-bottom:2rem}@media(min-width:768px){.about .about-mv-text{font-size:1rem}}.about .about-mv-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.about .about-mv-list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#3d4654;padding:8px 12px;background:#fafbfc;border-radius:.5rem;transition:background .2s ease}.about .about-mv-list li:hover{background:#f1f5f9}.about .about-mv-list li svg{color:#eebe00;font-size:.9rem;flex-shrink:0}.about .about-mv-list li span{line-height:1.4}.about .about-values{padding:4rem 1.5rem;background:#f4f6f9}@media(min-width:768px){.about .about-values{padding:5rem 2.5rem}}.about .about-values-container{max-width:1100px;margin:0 auto}.about .about-values-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.about .about-values-header{margin-bottom:4rem}}.about .about-values-cursive{font-family:Playfair Display,serif;font-style:italic;font-size:1.125rem;color:#eebe00;margin-bottom:.5rem;display:block}@media(min-width:768px){.about .about-values-cursive{font-size:1.25rem}}.about .about-values-heading{font-size:2rem;font-weight:800;color:#0a0f1a;line-height:1.2;margin-bottom:1rem}@media(min-width:640px){.about .about-values-heading{font-size:2.5rem}}@media(min-width:768px){.about .about-values-heading{font-size:3rem}}.about .about-values-heading-accent{color:#eebe00}.about .about-values-sub{font-size:1rem;color:#3d4654;line-height:1.625;max-width:500px;margin:0 auto}@media(min-width:768px){.about .about-values-sub{font-size:1.125rem}}.about .about-values-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.about .about-values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.about .about-val-box{position:relative;background:#fff;border:1px solid rgba(0,23,64,.06);border-radius:1rem;padding:2.5rem 2rem 2rem;overflow:hidden;transition:all .4s ease;min-height:220px;display:flex;flex-direction:column}@media(min-width:640px){.about .about-val-box{min-height:260px;padding:3rem 2rem 2rem}}@media(min-width:768px){.about .about-val-box{min-height:300px;padding:3rem 2.5rem 2.5rem}}.about .about-val-box .about-val-bg-num{position:absolute;top:-10px;right:12px;font-size:7rem;font-weight:900;color:#00174008;line-height:1;pointer-events:none;transition:all .4s ease;-webkit-user-select:none;user-select:none}@media(min-width:640px){.about .about-val-box .about-val-bg-num{font-size:9rem;right:16px}}@media(min-width:768px){.about .about-val-box .about-val-bg-num{font-size:11rem;top:-18px;right:20px}}.about .about-val-box .about-val-icon{width:56px;height:56px;background:#0017400f;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#001740;margin-bottom:1.5rem;transition:all .35s ease;position:relative;z-index:1}@media(min-width:768px){.about .about-val-box .about-val-icon{width:64px;height:64px;font-size:1.8rem;margin-bottom:2rem}}.about .about-val-box .about-val-title{font-size:1.25rem;font-weight:700;color:#0a0f1a;margin-bottom:.5rem;position:relative;z-index:1}@media(min-width:768px){.about .about-val-box .about-val-title{font-size:1.5rem;margin-bottom:1rem}}.about .about-val-box .about-val-desc{font-size:.875rem;color:#3d4654;line-height:1.625;position:relative;z-index:1;margin-top:auto}@media(min-width:768px){.about .about-val-box .about-val-desc{font-size:1rem}}.about .about-val-box:hover{background:#fff;border-color:#eebe0040;box-shadow:0 20px 60px #00000014;transform:translateY(-6px)}.about .about-val-box:hover .about-val-bg-num{color:#eebe0014}.about .about-val-box:hover .about-val-icon{background:#001740;color:#fff;transform:scale(1.08)}.about .about-partners{padding:4rem 1.5rem;background:#fff}@media(min-width:768px){.about .about-partners{padding:5rem 2.5rem}}.about .about-partners .about-partners-container{max-width:1000px;margin:0 auto}.about .about-partners .about-partners-container .about-partners-header{text-align:center;margin-bottom:3rem}.about .about-partners .about-partners-container .about-partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.about .about-partners .about-partners-container .about-partners-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.about .about-partners .about-partners-container .about-partners-grid{grid-template-columns:repeat(6,1fr)}}.about .about-partners .about-partners-container .about-partners-grid .about-partner-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fafbfc;border-radius:.75rem;border:1px solid #e2e5ea;transition:all .3s ease}.about .about-partners .about-partners-container .about-partners-grid .about-partner-item:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #00000014;border-color:#eebe0066}.about .about-partners .about-partners-container .about-partners-grid .about-partner-item:hover .about-partner-icon{color:#eebe00;transform:scale(1.2)}.about .about-partners .about-partners-container .about-partners-grid .about-partner-item .about-partner-icon{font-size:2rem;color:#001740;margin-bottom:.5rem;transition:all .3s ease}.about .about-partners .about-partners-container .about-partners-grid .about-partner-item span{font-size:.8125rem;font-weight:600;color:#3d4654;line-height:1.3}.about .about-faq{padding:4rem 1.5rem;background:linear-gradient(160deg,#001740,#00225f,#001740);position:relative;overflow:hidden}@media(min-width:768px){.about .about-faq{padding:5rem 2.5rem}}.about .about-faq-container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.about .about-faq-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.about .about-faq-header{margin-bottom:4rem}}.about .about-faq-badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;margin-bottom:1rem;padding:6px 18px;background:#eebe001a;border-radius:9999px}@media(min-width:768px){.about .about-faq-badge{font-size:.875rem}}.about .about-faq-heading{font-size:2rem;font-weight:800;color:#fff;line-height:1.2}@media(min-width:640px){.about .about-faq-heading{font-size:2.4rem}}@media(min-width:768px){.about .about-faq-heading{font-size:3rem}}@media(min-width:1024px){.about .about-faq-heading{font-size:3.4rem}}.about .about-faq-heading-accent{color:#eebe00}.about .about-faq-list{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.about .about-faq-list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.about .about-faq-item{background:#ffffff0a;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.about .about-faq-item:hover{border-color:#ffffff26;background:#ffffff0f}.about .about-faq-item.active{border-color:#ffffff26;background:#ffffff14;box-shadow:0 10px 40px #0003}.about .about-faq-item.active .about-faq-question{background:#ffffff08}.about .about-faq-item.active .about-faq-q-number{background:#ffffff1f;color:#ffffffb3}.about .about-faq-item.active .about-faq-q-text{color:#fff}.about .about-faq-item.active .about-faq-toggle{background:#ffffff1f;color:#ffffffb3}.about .about-faq-item.active .about-faq-answer{max-height:300px;padding:0 2rem 2rem;padding-left:calc(2rem + 44px)}.about .about-faq-question{width:100%;display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.about .about-faq-q-number{width:36px;height:36px;background:#ffffff14;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#ffffff80;flex-shrink:0;transition:all .3s ease}.about .about-faq-q-text{font-size:1.0625rem;font-weight:600;color:#ffffffe6;flex:1;transition:color .3s ease}@media(min-width:768px){.about .about-faq-q-text{font-size:1.125rem}}.about .about-faq-toggle{width:36px;height:36px;background:#ffffff14;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#ffffff80;flex-shrink:0;transition:all .3s ease}.about .about-faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;padding:0 2rem;padding-left:calc(2rem + 44px)}.about .about-faq-answer p{font-size:1rem;line-height:1.625;color:#fff9;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.about .about-contact-cta{padding:4rem 1.5rem;background:#f4f6f9}@media(min-width:768px){.about .about-contact-cta{padding:5rem 2.5rem}}.about .about-contact-cta-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}@media(min-width:768px){.about .about-contact-cta-inner{flex-direction:row;align-items:center;gap:4rem}}.about .about-contact-cta-left{flex-shrink:0}@media(min-width:768px){.about .about-contact-cta-left{max-width:380px}}.about .about-contact-title{font-size:2rem;font-weight:800;color:#0a0f1a;line-height:1.2;margin-bottom:.5rem}@media(min-width:640px){.about .about-contact-title{font-size:2.4rem}}@media(min-width:768px){.about .about-contact-title{font-size:3rem}}@media(min-width:1024px){.about .about-contact-title{font-size:3.4rem}}.about .about-contact-title-accent{color:#eebe00}.about .about-contact-subtitle{font-size:.875rem;color:#3d4654;line-height:1.625}@media(min-width:768px){.about .about-contact-subtitle{font-size:1rem}}.about .about-contact-info{flex:1;display:flex;flex-direction:column}.about .about-ci-row{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;text-decoration:none;transition:all .3s ease}.about .about-ci-row:hover .about-ci-icon{background:#eebe001f}.about .about-ci-row:hover .about-ci-icon svg{color:#eebe00}.about .about-ci-row:hover .about-ci-value{color:#001740}.about .about-ci-icon{width:48px;height:48px;border-radius:50px;background:#0017400d;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}@media(min-width:768px){.about .about-ci-icon{width:52px;height:52px}}.about .about-ci-icon svg{font-size:1.2rem;color:#001740;transition:color .3s ease}.about .about-ci-text{display:flex;flex-direction:column;gap:2px}.about .about-ci-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#3d4654}.about .about-ci-value{font-size:1rem;font-weight:600;color:#0a0f1a;line-height:1.4;transition:color .3s ease}@media(min-width:768px){.about .about-ci-value{font-size:1.0625rem}}.about .about-ci-line{border:none;height:1px;background:#0017400f;margin:0}.ct{min-height:100vh;background:#fff}.ct .ct-hero{position:relative;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;overflow:hidden;background:linear-gradient(160deg,#fff,#f8fafc 40%,#f1f5f9)}@media(min-width:640px){.ct .ct-hero{padding:4rem 1.5rem}}@media(min-width:768px){.ct .ct-hero{padding:5rem 2rem}}.ct .ct-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.ct .ct-hero-orb{position:absolute;border-radius:50%}.ct .ct-hero-orb.ct-hero-orb-1{width:500px;height:500px;top:-180px;right:-100px;background:radial-gradient(circle,rgba(238,190,0,.08) 0%,rgba(238,190,0,.02) 40%,transparent 70%);animation:ctOrbFloat 22s ease-in-out infinite}@media(min-width:768px){.ct .ct-hero-orb.ct-hero-orb-1{width:700px;height:700px}}.ct .ct-hero-orb.ct-hero-orb-2{width:450px;height:450px;bottom:-150px;left:-80px;background:radial-gradient(circle,rgba(0,23,64,.06) 0%,rgba(0,23,64,.02) 40%,transparent 70%);animation:ctOrbFloat 28s ease-in-out infinite reverse}@media(min-width:768px){.ct .ct-hero-orb.ct-hero-orb-2{width:600px;height:600px}}.ct .ct-hero-orb.ct-hero-orb-3{width:300px;height:300px;top:45%;left:8%;background:radial-gradient(circle,rgba(238,190,0,.05) 0%,rgba(238,190,0,.01) 50%,transparent 70%);animation:ctOrbFloat 18s ease-in-out infinite;animation-delay:-5s}@keyframes ctOrbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(25px,-18px) scale(1.06)}}.ct .ct-hero-dots{position:absolute}.ct .ct-hero-dots.ct-hero-dots-1{top:12%;right:6%;width:150px;height:150px;opacity:.2;background-image:radial-gradient(rgba(238,190,0,.35) 1.5px,transparent 1.5px);background-size:20px 20px}@media(min-width:768px){.ct .ct-hero-dots.ct-hero-dots-1{width:200px;height:200px;background-size:24px 24px}}.ct .ct-hero-dots.ct-hero-dots-2{bottom:14%;left:4%;width:120px;height:120px;opacity:.15;background-image:radial-gradient(rgba(0,23,64,.35) 1.5px,transparent 1.5px);background-size:18px 18px}@media(min-width:768px){.ct .ct-hero-dots.ct-hero-dots-2{width:160px;height:160px}}.ct .ct-hero-geo{position:absolute;opacity:.1;animation:ctGeoFloat 14s ease-in-out infinite}.ct .ct-hero-geo.ct-hero-geo-1{top:18%;right:14%;width:55px;height:55px;border:2px solid rgba(238,190,0,.3);border-radius:12px;transform:rotate(15deg)}@media(min-width:768px){.ct .ct-hero-geo.ct-hero-geo-1{width:75px;height:75px}}.ct .ct-hero-geo.ct-hero-geo-2{bottom:22%;left:10%;width:40px;height:40px;background:linear-gradient(135deg,#00174026,#0017400a);border-radius:50%;animation-delay:-4s}@media(min-width:768px){.ct .ct-hero-geo.ct-hero-geo-2{width:55px;height:55px}}@keyframes ctGeoFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(5deg)}}.ct .ct-hero-line{position:absolute;height:1px;width:200px}.ct .ct-hero-line.ct-hero-line-1{top:28%;right:10%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.12),transparent);transform:rotate(-12deg)}.ct .ct-hero-line.ct-hero-line-2{bottom:32%;left:7%;width:160px;background:linear-gradient(90deg,transparent,rgba(0,23,64,.1),transparent);transform:rotate(8deg)}.ct .ct-hero-content{position:relative;z-index:2;max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.ct .ct-hero-content.visible{opacity:1;transform:translateY(0)}.ct .ct-hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;padding:6px 18px;background:#eebe001a;border-radius:9999px;margin-bottom:1.5rem}@media(min-width:768px){.ct .ct-hero-badge{font-size:.875rem}}.ct .ct-hero-badge svg{font-size:1rem}.ct .ct-hero-title{font-size:2rem;font-weight:800;color:#0a0f1a;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.ct .ct-hero-title{font-size:2.6rem}}@media(min-width:768px){.ct .ct-hero-title{font-size:3.2rem;margin-bottom:2rem}}@media(min-width:1024px){.ct .ct-hero-title{font-size:3.8rem}}.ct .ct-hero-title-accent{color:#eebe00}.ct .ct-hero-subtitle{font-size:1rem;color:#3d4654;line-height:1.625;max-width:540px;margin-bottom:2.5rem}@media(min-width:768px){.ct .ct-hero-subtitle{font-size:1.125rem}}.ct .ct-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.ct .ct-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:#001740;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00174040}@media(min-width:768px){.ct .ct-btn-primary{padding:16px 36px;font-size:1rem}}.ct .ct-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.ct .ct-btn-primary svg{transition:transform .3s ease}.ct .ct-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:transparent;color:#001740;font-size:.875rem;font-weight:600;border:2px solid rgba(0,23,64,.15);border-radius:.5rem;text-decoration:none;transition:all .3s ease}@media(min-width:768px){.ct .ct-btn-outline{padding:16px 36px;font-size:1rem}}.ct .ct-btn-outline:hover{border-color:#001740;background:#0017400a;transform:translateY(-3px)}.ct .ct-btn-outline svg{transition:transform .3s ease}.ct .ct-btn-outline:hover svg{transform:translate(3px)}.ct .ct-hero-cards{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:700px}@media(min-width:640px){.ct .ct-hero-cards{grid-template-columns:repeat(2,1fr)}}.ct .ct-quick-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,23,64,.06);border-radius:.75rem;text-decoration:none;transition:all .3s ease}.ct .ct-quick-card:hover{background:#fff;border-color:#eebe0040;box-shadow:0 8px 25px #0000000f;transform:translateY(-3px)}.ct .ct-quick-card:hover .ct-quick-arrow{opacity:1;color:#eebe00;transform:translate(0)}.ct .ct-quick-icon{width:44px;height:44px;background:#0017400f;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#001740;flex-shrink:0}.ct .ct-quick-info{flex:1;display:flex;flex-direction:column;text-align:left;min-width:0}.ct .ct-quick-label{font-size:.8125rem;color:#3d4654;text-transform:uppercase;letter-spacing:.025em;font-weight:600}.ct .ct-quick-value{font-size:.875rem;font-weight:700;color:#0a0f1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct .ct-quick-sub{font-size:.8125rem;color:#3d4654}.ct .ct-quick-arrow{color:#3d4654;opacity:0;transform:translate(-5px);transition:all .3s ease;flex-shrink:0}.ct .ct-features{position:relative;overflow:hidden;background:linear-gradient(100deg,#001740,#001e54 40%,#001336);padding:3rem 1.5rem}@media(min-width:768px){.ct .ct-features{padding:4rem 2.5rem}}.ct .ct-features-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.ct .ct-feat-line{position:absolute;height:1px;width:100%;left:0}.ct .ct-feat-line.ct-feat-line-1{top:30%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.15),transparent);animation:ctScan 6s ease-in-out infinite}.ct .ct-feat-line.ct-feat-line-2{top:70%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:ctScan 8s ease-in-out infinite;animation-delay:-3s}@keyframes ctScan{0%{transform:translate(-100%);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(100%);opacity:0}}.ct .ct-feat-glow{position:absolute;border-radius:50%}.ct .ct-feat-glow.ct-feat-glow-1{width:300px;height:300px;top:-120px;left:-80px;background:radial-gradient(circle,rgba(238,190,0,.1) 0%,transparent 70%);animation:ctGlowPulse 5s ease-in-out infinite}.ct .ct-feat-glow.ct-feat-glow-2{width:250px;height:250px;bottom:-100px;right:-60px;background:radial-gradient(circle,rgba(238,190,0,.06) 0%,transparent 70%);animation:ctGlowPulse 6s ease-in-out infinite;animation-delay:-2.5s}@keyframes ctGlowPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:1}}.ct .ct-features-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.ct .ct-features-content{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ct .ct-features-content{grid-template-columns:repeat(4,1fr)}}.ct .ct-feat-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .3s ease}.ct .ct-feat-card:hover{background:#ffffff1a;transform:translateY(-3px);border-color:#eebe004d}.ct .ct-feat-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#eebe00;flex-shrink:0}.ct .ct-feat-text h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:2px}.ct .ct-feat-text p{font-size:.875rem;color:#fff9}.ct .ct-form-section{padding:4rem 1.5rem;background:#fff}@media(min-width:768px){.ct .ct-form-section{padding:5rem 2.5rem}}.ct .ct-form-container{max-width:800px;margin:0 auto}.ct .ct-form-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.ct .ct-form-header{margin-bottom:4rem}}.ct .ct-badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;padding:6px 18px;background:#eebe001a;border-radius:9999px;margin-bottom:1rem}@media(min-width:768px){.ct .ct-badge{font-size:.875rem}}.ct .ct-section-title{font-size:1.5rem;font-weight:800;color:#0a0f1a;line-height:1.2}@media(min-width:640px){.ct .ct-section-title{font-size:2.2rem}}@media(min-width:768px){.ct .ct-section-title{font-size:2.8rem}}.ct .ct-section-sub{font-size:.875rem;color:#3d4654;line-height:1.625;margin-top:.5rem}@media(min-width:768px){.ct .ct-section-sub{font-size:1rem}}.ct .ct-form-card{background:#fff;border:1px solid rgba(0,23,64,.06);border-radius:1rem;padding:2rem;box-shadow:0 25px 80px #0000000f}@media(min-width:640px){.ct .ct-form-card{padding:2.5rem}}@media(min-width:768px){.ct .ct-form-card{padding:3rem}}.ct .ct-form{display:flex;flex-direction:column;gap:1.5rem}.ct .ct-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.ct .ct-form-grid{grid-template-columns:repeat(2,1fr)}}.ct .ct-field{display:flex;flex-direction:column;gap:.25rem}.ct .ct-field.ct-field-full{grid-column:1/-1}.ct .ct-field label{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#0a0f1a}.ct .ct-field label svg{font-size:.9rem;color:#001740}.ct .ct-field input,.ct .ct-field textarea{width:100%;padding:14px 1.5rem;background:#fff;border:1.5px solid rgba(0,23,64,.15);border-radius:.5rem;font-size:1rem;color:#0a0f1a;transition:all .3s ease;font-family:inherit}.ct .ct-field input:focus,.ct .ct-field textarea:focus{outline:none;background:#fff;border-color:#001740;box-shadow:0 0 0 4px #00174014}.ct .ct-field input::placeholder,.ct .ct-field textarea::placeholder{color:#a5a5a5}.ct .ct-field textarea{resize:vertical;min-height:120px}.ct .ct-select-wrap{position:relative}.ct .ct-select-wrap select{width:100%;padding:14px 1.5rem;padding-right:40px;background:#fff;border:1.5px solid rgba(0,23,64,.15);border-radius:.5rem;font-size:1rem;color:#0a0f1a;cursor:pointer;appearance:none;transition:all .3s ease;font-family:inherit}.ct .ct-select-wrap select:focus{outline:none;background:#fff;border-color:#001740;box-shadow:0 0 0 4px #00174014}.ct .ct-select-wrap .ct-select-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#a5a5a5;pointer-events:none}.ct .ct-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#001740;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00174040}.ct .ct-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.ct .ct-submit:disabled{opacity:.7;cursor:not-allowed}.ct .ct-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ctSpin .8s linear infinite}@keyframes ctSpin{to{transform:rotate(360deg)}}.ct .ct-success{text-align:center;padding:3rem}.ct .ct-success .ct-success-icon{font-size:4rem;color:#eebe00;margin-bottom:1.5rem}.ct .ct-success h3{font-size:1.25rem;font-weight:700;color:#0a0f1a;margin-bottom:.5rem}.ct .ct-success p{font-size:1rem;color:#3d4654;margin-bottom:2rem}.ct .ct-success .ct-success-btn{padding:.5rem 2rem;background:transparent;color:#001740;font-size:.875rem;font-weight:600;border:2px solid rgba(0,23,64,.15);border-radius:.5rem;cursor:pointer;transition:all .3s ease}.ct .ct-success .ct-success-btn:hover{background:#001740;border-color:#001740;color:#fff}.ct .ct-faq{padding:4rem 1.5rem;background:linear-gradient(160deg,#001740,#00225f,#001740);position:relative;overflow:hidden}@media(min-width:768px){.ct .ct-faq{padding:5rem 2.5rem}}.ct .ct-faq-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.ct .ct-faq-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.ct .ct-faq-header{margin-bottom:4rem}}.ct .ct-faq-badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;padding:6px 18px;background:#eebe001a;border-radius:9999px;margin-bottom:1rem}@media(min-width:768px){.ct .ct-faq-badge{font-size:.875rem}}.ct .ct-faq-heading{font-size:2rem;font-weight:800;color:#fff;line-height:1.2}@media(min-width:640px){.ct .ct-faq-heading{font-size:2.4rem}}@media(min-width:768px){.ct .ct-faq-heading{font-size:3rem}}.ct .ct-faq-sub{font-size:.875rem;color:#fff9;line-height:1.625;margin-top:.5rem}@media(min-width:768px){.ct .ct-faq-sub{font-size:1rem}}.ct .ct-faq-list{display:flex;flex-direction:column;gap:1rem}.ct .ct-faq-item{background:#ffffff0a;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ct .ct-faq-item:hover{border-color:#ffffff26;background:#ffffff0f}.ct .ct-faq-item.active{border-color:#ffffff26;background:#ffffff14;box-shadow:0 10px 40px #0003}.ct .ct-faq-item.active .ct-faq-question{background:#ffffff08}.ct .ct-faq-item.active .ct-faq-num{background:#ffffff1f;color:#ffffffb3}.ct .ct-faq-item.active .ct-faq-toggle{transform:rotate(180deg);color:#ffffffb3}.ct .ct-faq-item.active .ct-faq-answer{max-height:300px;padding:0 2rem 2rem;padding-left:calc(2rem + 44px)}.ct .ct-faq-question{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;cursor:pointer;transition:background .3s ease}.ct .ct-faq-num{width:36px;height:36px;background:#ffffff14;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#ffffff80;flex-shrink:0;transition:all .3s ease}.ct .ct-faq-question h4{flex:1;font-size:1.0625rem;font-weight:600;color:#ffffffe6}@media(min-width:768px){.ct .ct-faq-question h4{font-size:1.125rem}}.ct .ct-faq-toggle{color:#ffffff80;transition:all .3s ease;flex-shrink:0}.ct .ct-faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;padding:0 2rem;padding-left:calc(2rem + 44px)}.ct .ct-faq-answer p{font-size:1rem;line-height:1.625;color:#fff9;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.ct .ct-office{padding:4rem 1.5rem;background:#f4f6f9;scroll-margin-top:80px}@media(min-width:768px){.ct .ct-office{padding:5rem 2.5rem}}.ct .ct-office-container{max-width:1100px;margin:0 auto}.ct .ct-office-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.ct .ct-office-header{margin-bottom:4rem}}.ct .ct-office-card{display:grid;grid-template-columns:1fr;border-radius:1rem;overflow:hidden;background:#fff;border:1px solid rgba(0,23,64,.06);box-shadow:0 16px 50px #0000000f}@media(min-width:768px){.ct .ct-office-card{grid-template-columns:1fr 1fr}}.ct .ct-office-left{padding:2.5rem}@media(min-width:768px){.ct .ct-office-left{padding:3rem}}.ct .ct-office-badge{display:inline-block;padding:4px 14px;background:#eebe001a;color:#eebe00;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;margin-bottom:1.5rem}.ct .ct-office-left h3{font-size:1.5rem;font-weight:800;color:#0a0f1a;margin-bottom:2rem}@media(min-width:768px){.ct .ct-office-left h3{font-size:2rem}}.ct .ct-office-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.ct .ct-office-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#3d4654;line-height:1.5}.ct .ct-office-row svg{color:#001740;margin-top:2px;flex-shrink:0}.ct .ct-office-row a{color:#3d4654;text-decoration:none;transition:color .3s ease}.ct .ct-office-row a:hover{color:#001740}.ct .ct-directions-btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 28px;background:#001740;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00174040}.ct .ct-directions-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.ct .ct-directions-btn:hover svg{transform:translate(3px)}.ct .ct-directions-btn svg{transition:transform .3s ease}.ct .ct-office-map{min-height:300px;background:#f1f5f9}@media(min-width:768px){.ct .ct-office-map{min-height:400px}}.ct .ct-office-map iframe{width:100%;height:100%;display:block;filter:grayscale(20%) contrast(1.05)}.ct .ct-social{padding:4rem 1.5rem;background:#fff}@media(min-width:768px){.ct .ct-social{padding:5rem 2.5rem}}.ct .ct-social-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2.5rem;text-align:center}@media(min-width:768px){.ct .ct-social-inner{flex-direction:row;justify-content:space-between;text-align:left}}.ct .ct-social-text h2{font-size:1.5rem;font-weight:800;color:#0a0f1a;margin-bottom:.25rem}@media(min-width:768px){.ct .ct-social-text h2{font-size:2rem}}.ct .ct-social-text p{font-size:.875rem;color:#3d4654}@media(min-width:768px){.ct .ct-social-text p{font-size:1rem}}.ct .ct-social-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}@media(min-width:768px){.ct .ct-social-links{justify-content:flex-end}}.ct .ct-social-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#0017400a;border:1px solid rgba(0,23,64,.08);border-radius:.5rem;font-size:.875rem;font-weight:500;color:#0a0f1a;text-decoration:none;transition:all .3s ease}.ct .ct-social-btn svg{font-size:1.1rem;color:#001740}.ct .ct-social-btn:hover{transform:translateY(-3px);color:#fff;box-shadow:0 8px 25px #00000026}.ct .ct-social-btn:hover svg{color:#fff}.ct .ct-social-btn.ct-social-facebook:hover{background:#1877f2;border-color:#1877f2}.ct .ct-social-btn.ct-social-twitter:hover{background:#1da1f2;border-color:#1da1f2}.ct .ct-social-btn.ct-social-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}.ct .ct-social-btn.ct-social-youtube:hover{background:red;border-color:red}.ct .ct-social-btn.ct-social-reddit:hover{background:#ff4500;border-color:#ff4500}.ct .ct-social-btn.ct-social-linkedin:hover{background:#0a66c2;border-color:#0a66c2}.ct .ct-social-btn.ct-social-whatsapp:hover{background:#25d366;border-color:#25d366}.careers{min-height:100vh;background:#fff}.careers .careers-hero{position:relative;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;overflow:hidden;background:linear-gradient(160deg,#fff,#f8fafc 40%,#f1f5f9)}@media(min-width:640px){.careers .careers-hero{padding:4rem 1.5rem}}@media(min-width:768px){.careers .careers-hero{padding:5rem 2rem}}.careers .careers-hero-bg-image{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.careers .careers-hero-bg-image img{width:100%;height:100%;object-fit:cover;opacity:.15;filter:grayscale(100%)}.careers .careers-hero-bg-image:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at center,rgba(248,250,252,.8) 0%,rgba(248,250,252,.25) 55%,transparent 80%)}.careers .careers-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.careers .careers-hero-orb{position:absolute;border-radius:50%}.careers .careers-hero-orb.careers-hero-orb-1{width:500px;height:500px;top:-180px;right:-100px;background:radial-gradient(circle,rgba(238,190,0,.08) 0%,rgba(238,190,0,.02) 40%,transparent 70%);animation:careersOrbFloat 22s ease-in-out infinite}@media(min-width:768px){.careers .careers-hero-orb.careers-hero-orb-1{width:700px;height:700px}}.careers .careers-hero-orb.careers-hero-orb-2{width:450px;height:450px;bottom:-150px;left:-80px;background:radial-gradient(circle,rgba(0,23,64,.06) 0%,rgba(0,23,64,.02) 40%,transparent 70%);animation:careersOrbFloat 28s ease-in-out infinite reverse}@media(min-width:768px){.careers .careers-hero-orb.careers-hero-orb-2{width:600px;height:600px}}.careers .careers-hero-orb.careers-hero-orb-3{width:300px;height:300px;top:45%;left:8%;background:radial-gradient(circle,rgba(238,190,0,.05) 0%,rgba(238,190,0,.01) 50%,transparent 70%);animation:careersOrbFloat 18s ease-in-out infinite;animation-delay:-5s}@keyframes careersOrbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(25px,-18px) scale(1.06)}}.careers .careers-hero-dots{position:absolute}.careers .careers-hero-dots.careers-hero-dots-1{top:12%;right:6%;width:150px;height:150px;opacity:.2;background-image:radial-gradient(rgba(238,190,0,.35) 1.5px,transparent 1.5px);background-size:20px 20px}@media(min-width:768px){.careers .careers-hero-dots.careers-hero-dots-1{width:200px;height:200px;background-size:24px 24px}}.careers .careers-hero-dots.careers-hero-dots-2{bottom:14%;left:4%;width:120px;height:120px;opacity:.15;background-image:radial-gradient(rgba(0,23,64,.35) 1.5px,transparent 1.5px);background-size:18px 18px}@media(min-width:768px){.careers .careers-hero-dots.careers-hero-dots-2{width:160px;height:160px}}.careers .careers-hero-geo{position:absolute;opacity:.1;animation:careersGeoFloat 14s ease-in-out infinite}.careers .careers-hero-geo.careers-hero-geo-1{top:18%;right:14%;width:55px;height:55px;border:2px solid rgba(238,190,0,.3);border-radius:12px;transform:rotate(15deg)}@media(min-width:768px){.careers .careers-hero-geo.careers-hero-geo-1{width:75px;height:75px}}.careers .careers-hero-geo.careers-hero-geo-2{bottom:22%;left:10%;width:40px;height:40px;background:linear-gradient(135deg,#00174026,#0017400a);border-radius:50%;animation-delay:-4s}@media(min-width:768px){.careers .careers-hero-geo.careers-hero-geo-2{width:55px;height:55px}}@keyframes careersGeoFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(5deg)}}.careers .careers-hero-line{position:absolute;height:1px;width:200px}.careers .careers-hero-line.careers-hero-line-1{top:28%;right:10%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.12),transparent);transform:rotate(-12deg)}.careers .careers-hero-line.careers-hero-line-2{bottom:32%;left:7%;width:160px;background:linear-gradient(90deg,transparent,rgba(0,23,64,.1),transparent);transform:rotate(8deg)}.careers .careers-hero-content{position:relative;z-index:2;max-width:720px;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.careers .careers-hero-content.visible{opacity:1;transform:translateY(0)}.careers .careers-hero-badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;padding:6px 18px;background:#eebe001a;border-radius:9999px;margin-bottom:1.5rem}@media(min-width:768px){.careers .careers-hero-badge{font-size:.875rem}}.careers .careers-hero-title{font-size:2rem;font-weight:800;color:#0a0f1a;line-height:1.2;margin-bottom:1.5rem}@media(min-width:640px){.careers .careers-hero-title{font-size:2.6rem}}@media(min-width:768px){.careers .careers-hero-title{font-size:3.2rem;margin-bottom:2rem}}@media(min-width:1024px){.careers .careers-hero-title{font-size:3.8rem}}.careers .careers-hero-title-accent{color:#eebe00}.careers .careers-hero-title-navy{color:#001740}.careers .careers-hero-subtitle{font-size:1rem;color:#3d4654;line-height:1.625;max-width:540px;margin-bottom:2.5rem}@media(min-width:768px){.careers .careers-hero-subtitle{font-size:1.125rem}}.careers .careers-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.careers .careers-hero-stats{display:flex;flex-wrap:wrap;justify-content:center;width:100%;max-width:1000px;background:#001740;border-radius:50px;overflow:hidden;box-shadow:0 16px 50px #0017404d}.careers .careers-hero-stat{flex:1 1 50%;display:flex;justify-content:center;align-items:center;gap:1rem;padding:10px 15px;position:relative;transition:background .3s ease}@media(min-width:768px){.careers .careers-hero-stat{flex:1 1 0}}.careers .careers-hero-stat:hover{background:#ffffff0f}.careers .careers-hero-stat:hover .careers-hero-stat-icon{background:#eebe0033;color:#eebe00}.careers .careers-hero-stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:50%;background:#ffffff1a}.careers .careers-hero-stat:nth-child(1),.careers .careers-hero-stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.careers .careers-hero-stat:nth-child(1),.careers .careers-hero-stat:nth-child(2){border-bottom:none}}@media(max-width:767px){.careers .careers-hero-stat:nth-child(2):after{display:none}}.careers .careers-hero-stat:nth-child(4):after{display:none}.careers .careers-hero-stat-icon{width:46px;height:46px;background:#ffffff1a;border-radius:30px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#eebe00;flex-shrink:0;transition:all .3s ease;display:none}.careers .careers-hero-stat-info{display:flex;flex-direction:column;gap:5px}.careers .careers-hero-stat-value{font-size:1.5rem;font-weight:600;color:#fff;line-height:1}@media(min-width:768px){.careers .careers-hero-stat-value{font-size:1.5rem}}.careers .careers-hero-stat-label{font-size:.6rem;color:#ffffff80;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-top:4px}@media(min-width:768px){.careers .careers-hero-stat-label{font-size:.8125rem}}.careers .careers-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:#001740;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00174040}@media(min-width:768px){.careers .careers-btn-primary{padding:16px 36px;font-size:1rem}}.careers .careers-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00174066}.careers .careers-btn-primary svg{transition:transform .3s ease}.careers .careers-btn-primary:hover svg{transform:translate(3px)}.careers .careers-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:14px 32px;background:transparent;color:#001740;font-size:.875rem;font-weight:600;border:2px solid rgba(0,23,64,.15);border-radius:.5rem;text-decoration:none;transition:all .3s ease}@media(min-width:768px){.careers .careers-btn-outline{padding:16px 36px;font-size:1rem}}.careers .careers-btn-outline:hover{border-color:#001740;background:#0017400a;transform:translateY(-3px)}.careers .careers-values-strap{position:relative;overflow:hidden;background:linear-gradient(100deg,#001740,#001e54 40%,#001336);padding:3rem 1.5rem}@media(min-width:768px){.careers .careers-values-strap{padding:4rem 2.5rem}}.careers .careers-values-strap-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.careers .careers-vs-line{position:absolute;height:1px;width:100%;left:0}.careers .careers-vs-line.careers-vs-line-1{top:30%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.15),transparent);animation:careersScan 6s ease-in-out infinite}.careers .careers-vs-line.careers-vs-line-2{top:70%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:careersScan 8s ease-in-out infinite;animation-delay:-3s}@keyframes careersScan{0%{transform:translate(-100%);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(100%);opacity:0}}.careers .careers-vs-glow{position:absolute;border-radius:50%}.careers .careers-vs-glow.careers-vs-glow-1{width:300px;height:300px;top:-120px;left:-80px;background:radial-gradient(circle,rgba(238,190,0,.1) 0%,transparent 70%);animation:careersGlowPulse 5s ease-in-out infinite}.careers .careers-vs-glow.careers-vs-glow-2{width:250px;height:250px;bottom:-100px;right:-60px;background:radial-gradient(circle,rgba(238,190,0,.06) 0%,transparent 70%);animation:careersGlowPulse 6s ease-in-out infinite;animation-delay:-2.5s}@keyframes careersGlowPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:1}}.careers .careers-values-strap-content{position:relative;z-index:1;max-width:1100px;margin:0 auto}.careers .careers-values-strap-header{text-align:center;margin-bottom:2.5rem}.careers .careers-vs-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;opacity:.8;display:block;margin-bottom:.5rem}@media(min-width:768px){.careers .careers-vs-label{font-size:.875rem}}.careers .careers-vs-title{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.1}@media(min-width:640px){.careers .careers-vs-title{font-size:2.2rem}}@media(min-width:768px){.careers .careers-vs-title{font-size:2.8rem}}.careers .careers-values-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.careers .careers-values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.careers .careers-values-grid{grid-template-columns:repeat(4,1fr)}}.careers .careers-value-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .3s ease}.careers .careers-value-card:hover{background:#ffffff1a;transform:translateY(-3px);border-color:#eebe004d}.careers .careers-value-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#eebe00;flex-shrink:0}.careers .careers-value-text h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:2px}.careers .careers-value-text p{font-size:.875rem;color:#fff9}.careers .careers-benefits{padding:4rem 1.5rem;background:linear-gradient(180deg,#fafbfc,#fff 40%,#fafbfc);position:relative;overflow:hidden}@media(min-width:768px){.careers .careers-benefits{padding:5rem 2.5rem}}.careers .careers-benefits-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.careers .careers-benefits-orb{position:absolute;border-radius:50%}.careers .careers-benefits-orb.careers-benefits-orb-1{width:400px;height:400px;top:-120px;right:-100px;background:radial-gradient(circle,rgba(238,190,0,.08) 0%,rgba(238,190,0,.02) 50%,transparent 70%);animation:careersBenefitsFloat 22s ease-in-out infinite}@media(min-width:768px){.careers .careers-benefits-orb.careers-benefits-orb-1{width:550px;height:550px}}.careers .careers-benefits-orb.careers-benefits-orb-2{width:350px;height:350px;bottom:-80px;left:-100px;background:radial-gradient(circle,rgba(0,23,64,.06) 0%,rgba(0,23,64,.02) 50%,transparent 70%);animation:careersBenefitsFloat 26s ease-in-out infinite reverse}.careers .careers-benefits-dots{position:absolute;bottom:12%;right:5%;width:120px;height:100px;opacity:.25;background-image:radial-gradient(rgba(238,190,0,.4) 1.5px,transparent 1.5px);background-size:18px 18px}@media(min-width:768px){.careers .careers-benefits-dots{width:150px;height:120px}}@keyframes careersBenefitsFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-12px) scale(1.04)}}.careers .careers-benefits-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.careers .careers-benefits-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.careers .careers-benefits-header{margin-bottom:4rem}}.careers .careers-section-badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;padding:6px 18px;background:#eebe001a;border-radius:9999px;margin-bottom:1rem}@media(min-width:768px){.careers .careers-section-badge{font-size:.875rem}}.careers .careers-section-heading{font-size:1.5rem;font-weight:800;color:#0a0f1a;line-height:1.2}@media(min-width:640px){.careers .careers-section-heading{font-size:2.2rem}}@media(min-width:768px){.careers .careers-section-heading{font-size:2.8rem}}.careers .careers-heading-accent{color:#eebe00}.careers .careers-benefits-bento{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.careers .careers-benefits-bento{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.careers .careers-benefits-bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px}}.careers .careers-benefit-card{position:relative;border-radius:1rem;overflow:hidden;min-height:200px;cursor:default;transition:transform .4s ease,box-shadow .4s ease}@media(min-width:1024px){.careers .careers-benefit-card--large{grid-column:span 2}}@media(min-width:1024px){.careers .careers-benefit-card--small{grid-column:span 1}}.careers .careers-benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026}.careers .careers-benefit-card:hover .careers-benefit-card-img{transform:scale(1.08)}.careers .careers-benefit-card:hover .careers-benefit-card-overlay{background:linear-gradient(180deg,#00174033,#001740d9)}.careers .careers-benefit-card:hover .careers-benefit-card-desc{opacity:1;transform:translateY(0)}.careers .careers-benefit-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.careers .careers-benefit-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0017401a,#001740bf);transition:background .4s ease}.careers .careers-benefit-card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.careers .careers-benefit-card-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:4px;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(min-width:768px){.careers .careers-benefit-card-title{font-size:1.25rem}}.careers .careers-benefit-card-desc{font-size:.875rem;color:#ffffffd9;line-height:1.625;max-width:320px;opacity:.7;transform:translateY(4px);transition:all .4s ease}.careers .careers-process{padding:4rem 1.5rem;background:linear-gradient(160deg,#001740,#00225f,#001740);position:relative;overflow:hidden}@media(min-width:768px){.careers .careers-process{padding:5rem 2.5rem}}.careers .careers-process-container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.careers .careers-process-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.careers .careers-process-header{margin-bottom:4rem}}.careers .careers-process-badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eebe00;padding:6px 18px;background:#eebe001a;border-radius:9999px;margin-bottom:1rem}@media(min-width:768px){.careers .careers-process-badge{font-size:.875rem}}.careers .careers-process-heading{font-size:2rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:.5rem}@media(min-width:640px){.careers .careers-process-heading{font-size:2.4rem}}@media(min-width:768px){.careers .careers-process-heading{font-size:3rem}}.careers .careers-process-sub{font-size:1rem;color:#fff9;line-height:1.625;max-width:500px;margin:0 auto}@media(min-width:768px){.careers .careers-process-sub{font-size:1.125rem}}.careers .careers-process-timeline{display:flex;flex-direction:column;gap:0}@media(min-width:768px){.careers .careers-process-timeline{flex-direction:row;justify-content:space-between}}.careers .careers-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;position:relative;padding:1.5rem}.careers .careers-step-marker{margin-bottom:1rem}.careers .careers-step-num{width:60px;height:60px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#eebe00}@media(min-width:768px){.careers .careers-step-num{width:68px;height:68px;font-size:1.5rem}}.careers .careers-step-content h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem}.careers .careers-step-content p{font-size:.875rem;color:#fff9;max-width:180px;margin:0 auto}.careers .careers-step-connector{position:absolute}@media(max-width:767px){.careers .careers-step-connector{width:2px;height:30px;bottom:-15px;left:50%;transform:translate(-50%);background:linear-gradient(180deg,rgba(238,190,0,.3),transparent)}}@media(min-width:768px){.careers .careers-step-connector{width:60px;height:2px;top:50px;right:-30px;background:linear-gradient(90deg,rgba(238,190,0,.3),transparent)}}.careers .careers-cta{padding:4rem 1.5rem;background:#f4f6f9}@media(min-width:768px){.careers .careers-cta{padding:5rem 2.5rem}}.careers .careers-cta-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}@media(min-width:768px){.careers .careers-cta-inner{flex-direction:row;align-items:center;gap:4rem}}.careers .careers-cta-left{flex-shrink:0}@media(min-width:768px){.careers .careers-cta-left{max-width:380px}}.careers .careers-cta-title{font-size:2rem;font-weight:800;color:#0a0f1a;line-height:1.2;margin-bottom:.5rem}@media(min-width:640px){.careers .careers-cta-title{font-size:2.4rem}}@media(min-width:768px){.careers .careers-cta-title{font-size:3rem}}@media(min-width:1024px){.careers .careers-cta-title{font-size:3.4rem}}.careers .careers-cta-title-accent{color:#eebe00}.careers .careers-cta-subtitle{font-size:.875rem;color:#3d4654;line-height:1.625}@media(min-width:768px){.careers .careers-cta-subtitle{font-size:1rem}}.careers .careers-cta-info{flex:1;display:flex;flex-direction:column}.careers .careers-cta-row{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;text-decoration:none;transition:all .3s ease}.careers .careers-cta-row:hover .careers-cta-icon{background:#eebe001f}.careers .careers-cta-row:hover .careers-cta-icon svg{color:#eebe00}.careers .careers-cta-row:hover .careers-cta-value{color:#001740}.careers .careers-cta-icon{width:48px;height:48px;border-radius:50px;background:#0017400d;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}@media(min-width:768px){.careers .careers-cta-icon{width:52px;height:52px}}.careers .careers-cta-icon svg{font-size:1.2rem;color:#001740;transition:color .3s ease}.careers .careers-cta-text{display:flex;flex-direction:column;gap:2px}.careers .careers-cta-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#3d4654}.careers .careers-cta-value{font-size:1rem;font-weight:600;color:#0a0f1a;line-height:1.4;transition:color .3s ease}@media(min-width:768px){.careers .careers-cta-value{font-size:1.0625rem}}.careers .careers-cta-line{border:none;height:1px;background:#0017400f;margin:0}.services-page{min-height:100vh;background:linear-gradient(180deg,#fafafa,#fff)}.services-page .services-page-spinner{font-size:1.5rem;color:#f4c400;animation:spinServices 1s linear infinite}.services-page .services-page-spinner.large{font-size:2.5rem}@keyframes spinServices{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services-page .services-category-loader,.services-page .services-filter-loader{display:flex;align-items:center;justify-content:center;padding:1rem;width:100%}.services-page .services-loading,.services-page .services-popular-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.services-page .services-loading p,.services-page .services-popular-loader p{color:#3d4654;font-size:.875rem}.services-page .services-icon-initial,.services-page .services-popular-initial{font-size:1.5rem;font-weight:700;text-transform:uppercase}.services-page .services-hero{position:relative;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);padding:2.5rem 1rem 2rem;overflow:hidden}@media(min-width:640px){.services-page .services-hero{padding:3rem 1.5rem 2.5rem}}@media(min-width:768px){.services-page .services-hero{padding:5rem 2rem 4rem}}.services-page .services-hero .services-hero-decoration{position:absolute;inset:0;overflow:hidden;pointer-events:none}.services-page .services-hero .services-hero-decoration .services-deco-circle{position:absolute;border-radius:50%;opacity:.1}.services-page .services-hero .services-hero-decoration .services-deco-circle.services-deco-circle-1{width:600px;height:600px;top:-200px;right:-100px;background:linear-gradient(135deg,#f4c400 0%,transparent 70%)}.services-page .services-hero .services-hero-decoration .services-deco-circle.services-deco-circle-2{width:400px;height:400px;bottom:-100px;left:-100px;background:linear-gradient(135deg,#001740 0%,transparent 70%)}.services-page .services-hero .services-hero-decoration .services-deco-circle.services-deco-circle-3{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);background:#f4c400;opacity:.05}.services-page .services-hero .services-hero-decoration .services-deco-lines{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.services-page .services-hero .services-hero-container{max-width:900px;margin:0 auto;position:relative;z-index:2}.services-page .services-hero .services-hero-content{text-align:center}.services-page .services-hero .services-hero-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#f4c40026;border:1px solid rgba(244,196,0,.3);border-radius:50px;font-size:.875rem;color:#f4c400;font-weight:500;margin-bottom:1.5rem}.services-page .services-hero .services-hero-badge svg{font-size:1rem}.services-page .services-hero .services-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}.services-page .services-hero .services-hero-title .services-title-highlight{background:linear-gradient(135deg,#f4c400,#f59e0b);-webkit-background-clip:text;background-clip:text;color:transparent}.services-page .services-hero .services-hero-desc{font-size:.875rem;color:#ffffffb3;line-height:1.625;max-width:600px;margin:0 auto 2rem}@media(min-width:640px){.services-page .services-hero .services-hero-desc{font-size:1rem;margin-bottom:2.5rem}}@media(min-width:768px){.services-page .services-hero .services-hero-desc{font-size:1.125rem}}.services-page .services-hero .services-hero-search{max-width:500px;margin:0 auto 2.5rem}.services-page .services-hero .services-hero-search .services-hero-search-box{position:relative;display:flex;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:.25rem .5rem;transition:all .3s ease}.services-page .services-hero .services-hero-search .services-hero-search-box:focus-within{background:#ffffff26;border-color:#f4c400;box-shadow:0 0 0 4px #f4c4001a}.services-page .services-hero .services-hero-search .services-hero-search-box .services-search-icon{font-size:1.25rem;color:#ffffff80;margin-left:.5rem}.services-page .services-hero .services-hero-search .services-hero-search-input{flex:1;background:transparent;border:none;padding:1rem .5rem;font-size:1rem;color:#fff;outline:none}.services-page .services-hero .services-hero-search .services-hero-search-input::placeholder{color:#fff6}.services-page .services-hero .services-hero-search .services-clear-search{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#ffffffb3;font-size:1.25rem;cursor:pointer;transition:all .2s;margin-right:.25rem}.services-page .services-hero .services-hero-search .services-clear-search:hover{background:#fff3;color:#fff}.services-page .services-hero .services-hero-quick-stats{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media(min-width:640px){.services-page .services-hero .services-hero-quick-stats{gap:2.5rem}}.services-page .services-hero .services-hero-quick-stats .services-quick-stat{text-align:center}.services-page .services-hero .services-hero-quick-stats .services-quick-stat .services-quick-stat-value{display:block;font-size:1.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}@media(min-width:640px){.services-page .services-hero .services-hero-quick-stats .services-quick-stat .services-quick-stat-value{font-size:1.5rem}}.services-page .services-hero .services-hero-quick-stats .services-quick-stat .services-quick-stat-label{font-size:.8125rem;color:#ffffff80}@media(min-width:640px){.services-page .services-hero .services-hero-quick-stats .services-quick-stat .services-quick-stat-label{font-size:.875rem}}.services-page .services-category-strip{background:#fff;border-bottom:1px solid rgba(10,15,26,.06);padding:0 1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0a0f1a08}.services-page .services-category-strip .services-category-strip-container{max-width:1400px;margin:0 auto}.services-page .services-category-strip .services-category-tabs{display:flex;gap:.25rem;overflow-x:auto;padding:1rem 0;scrollbar-width:none}.services-page .services-category-strip .services-category-tabs::-webkit-scrollbar{display:none}.services-page .services-category-strip .services-category-tab{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:50px;font-size:.875rem;font-weight:500;color:#0a0f1a99;cursor:pointer;white-space:nowrap;transition:all .3s ease}.services-page .services-category-strip .services-category-tab:hover{background:#0a0f1a0a;color:#0a0f1a}.services-page .services-category-strip .services-category-tab.active{background:linear-gradient(135deg,#f4c400,#b91c1c);color:#fff;border-color:transparent;box-shadow:0 4px 15px #f4c4004d}.services-page .services-category-strip .services-category-tab.active .services-tab-count{background:#fff3;color:#fff}.services-page .services-category-strip .services-category-tab .services-tab-count{padding:2px 8px;background:#0a0f1a0f;border-radius:20px;font-size:.8125rem;font-weight:600;color:#0a0f1a80;transition:all .3s ease}.services-page .services-main{padding:2rem 1rem}@media(min-width:640px){.services-page .services-main{padding:2.5rem 1.5rem}}@media(min-width:768px){.services-page .services-main{padding:4rem 2rem}}.services-page .services-main .services-main-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.services-page .services-main .services-main-container{grid-template-columns:280px 1fr}}.services-page .services-sidebar{position:fixed;top:0;left:0;width:300px;height:100vh;background:#fff;z-index:200;padding:2rem;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;box-shadow:4px 0 20px #0a0f1a1a}.services-page .services-sidebar.show{transform:translate(0)}.services-page .services-sidebar.show:before{content:"";position:fixed;inset:0;background:#0a0f1a80;z-index:-1}@media(min-width:1024px){.services-page .services-sidebar{position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);width:100%;transform:none;box-shadow:none;border-radius:.75rem;border:1px solid rgba(10,15,26,.06);padding:1.5rem}}.services-page .services-sidebar .services-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(10,15,26,.08)}.services-page .services-sidebar .services-sidebar-header h3{display:flex;align-items:center;gap:.25rem;font-size:1.125rem;font-weight:600;color:#0a0f1a}.services-page .services-sidebar .services-sidebar-header h3 svg{color:#f4c400}.services-page .services-sidebar .services-sidebar-header .services-close-filters{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#0a0f1a0d;border:none;border-radius:50%;font-size:1.5rem;color:#0a0f1a99;cursor:pointer}@media(min-width:1024px){.services-page .services-sidebar .services-sidebar-header .services-close-filters{display:none}}.services-page .services-sidebar .services-filter-section{margin-bottom:2rem}.services-page .services-sidebar .services-filter-title{font-size:.875rem;font-weight:600;color:#0a0f1a80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.services-page .services-sidebar .services-category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.services-page .services-sidebar .services-category-filter-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:transparent;border:1px solid transparent;border-radius:.5rem;font-size:.875rem;color:#0a0f1ab3;cursor:pointer;text-align:left;transition:all .2s ease}.services-page .services-sidebar .services-category-filter-btn:hover{background:#0a0f1a0a;color:#0a0f1a}.services-page .services-sidebar .services-category-filter-btn.active{background:#f4c4001a;border-color:#f4c40033;color:#f4c400;font-weight:600}.services-page .services-sidebar .services-category-filter-btn.active .services-filter-count{background:#f4c400;color:#fff}.services-page .services-sidebar .services-category-filter-btn .services-filter-count{padding:2px 8px;background:#0a0f1a0f;border-radius:20px;font-size:.8125rem;font-weight:600;transition:all .2s ease}.services-page .services-sidebar .services-sidebar-info{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(10,15,26,.06)}.services-page .services-sidebar .services-info-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0a0f1a05;border-radius:.5rem}.services-page .services-sidebar .services-info-card .services-info-icon{font-size:1.25rem;color:#001740}.services-page .services-sidebar .services-info-card .services-info-content{display:flex;flex-direction:column;gap:2px}.services-page .services-sidebar .services-info-card .services-info-content strong{font-size:.875rem;font-weight:600;color:#0a0f1a}.services-page .services-sidebar .services-info-card .services-info-content span{font-size:.8125rem;color:#0a0f1a80}.services-page .services-content{flex:1}.services-page .services-content .services-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(10,15,26,.06)}.services-page .services-content .services-toolbar-left{display:flex;align-items:center;gap:1rem}.services-page .services-content .services-filter-toggle{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#fff;border:1px solid rgba(10,15,26,.1);border-radius:.5rem;font-size:.875rem;font-weight:500;color:#0a0f1ab3;cursor:pointer;transition:all .2s ease}@media(min-width:1024px){.services-page .services-content .services-filter-toggle{display:none}}.services-page .services-content .services-filter-toggle:hover{border-color:#f4c400;color:#f4c400}.services-page .services-content .services-filter-toggle svg{font-size:1rem}.services-page .services-content .services-results-count{font-size:.875rem;color:#0a0f1a99}.services-page .services-content .services-results-count strong{color:#0a0f1a}.services-page .services-content .services-results-count .services-active-filter{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem;padding:4px 10px;background:#f4c4001a;border-radius:20px;color:#f4c400;font-weight:500}.services-page .services-content .services-results-count .services-active-filter button{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#f4c40033;border:none;border-radius:50%;font-size:.875rem;color:#f4c400;cursor:pointer}.services-page .services-content .services-results-count .services-active-filter button:hover{background:#f4c400;color:#fff}.services-page .services-content .services-toolbar-right{display:flex;align-items:center;gap:1rem}.services-page .services-content .services-view-toggle{display:flex;background:#0a0f1a0a;border-radius:.5rem;padding:4px}.services-page .services-content .services-view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:.375rem;font-size:1.125rem;color:#0a0f1a66;cursor:pointer;transition:all .2s ease}.services-page .services-content .services-view-btn:hover{color:#0a0f1ab3}.services-page .services-content .services-view-btn.active{background:#fff;color:#f4c400;box-shadow:0 2px 8px #0a0f1a14}.services-page .services-grid{display:grid;gap:1rem}@media(min-width:640px){.services-page .services-grid{gap:1.5rem}}.services-page .services-grid.grid{grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.services-page .services-grid.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.services-page .services-grid.list{grid-template-columns:1fr}.services-page .services-grid.list .services-card{flex-direction:row;align-items:center;padding:1.5rem}.services-page .services-grid.list .services-card .services-card-header{flex-shrink:0}.services-page .services-grid.list .services-card .services-card-body{flex:1;padding:0 1.5rem}.services-page .services-grid.list .services-card .services-card-footer{padding:0}.services-page .services-grid.list .services-card .services-card-accent{position:absolute;left:0;top:0;width:4px;height:100%;border-radius:.5rem 0 0 .5rem}.services-page .services-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:.5rem;border:1px solid rgba(10,15,26,.06);overflow:hidden;transition:all .3s ease}@media(min-width:640px){.services-page .services-card{border-radius:.75rem}}.services-page .services-card:hover{transform:translateY(-4px);border-color:#f4c40033;box-shadow:0 12px 40px #0a0f1a1a}.services-page .services-card:hover .services-card-accent{height:100%}.services-page .services-card:hover .services-card-link svg{transform:translate(4px)}.services-page .services-card .services-card-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem 0}@media(min-width:640px){.services-page .services-card .services-card-header{padding:1.5rem 1.5rem 0}}.services-page .services-card .services-icon-wrapper{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;overflow:hidden}@media(min-width:640px){.services-page .services-card .services-icon-wrapper{width:56px;height:56px;border-radius:.5rem}}.services-page .services-card .services-icon-wrapper .services-icon{width:26px;height:26px;object-fit:contain}@media(min-width:640px){.services-page .services-card .services-icon-wrapper .services-icon{width:32px;height:32px}}.services-page .services-card .services-popular-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px;font-size:.8125rem;font-weight:600;color:#92400e}.services-page .services-card .services-popular-badge svg{font-size:.625rem;color:#f59e0b}.services-page .services-card .services-card-body{flex:1;padding:1rem}@media(min-width:640px){.services-page .services-card .services-card-body{padding:1.5rem}}.services-page .services-card .services-card-category{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}@media(min-width:640px){.services-page .services-card .services-card-category{font-size:.8125rem}}.services-page .services-card .services-card-name{font-size:.875rem;font-weight:600;color:#0a0f1a;margin-bottom:.25rem;line-height:1.2}@media(min-width:640px){.services-page .services-card .services-card-name{font-size:1.125rem}}.services-page .services-card .services-card-desc{font-size:.8125rem;color:#0a0f1a99;line-height:1.625;display:none}@media(min-width:640px){.services-page .services-card .services-card-desc{display:block;font-size:.875rem}}.services-page .services-card .services-card-footer{padding:0 1rem 1rem}@media(min-width:640px){.services-page .services-card .services-card-footer{padding:0 1.5rem 1.5rem}}.services-page .services-card .services-card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#f4c400}.services-page .services-card .services-card-link svg{transition:transform .3s ease}.services-page .services-card .services-card-accent{position:absolute;bottom:0;left:0;right:0;height:4px;transition:height .3s ease;display:none}.services-page .services-no-results{text-align:center;padding:4rem 2rem;background:#0a0f1a05;border-radius:.75rem}.services-page .services-no-results .services-no-results-icon{font-size:4rem;margin-bottom:1.5rem}.services-page .services-no-results h3{font-size:1.25rem;font-weight:600;color:#0a0f1a;margin-bottom:.25rem}.services-page .services-no-results p{font-size:1rem;color:#0a0f1a99;margin-bottom:2rem}.services-page .services-no-results .services-reset-btn{padding:.5rem 2rem;background:linear-gradient(135deg,#f4c400,#b91c1c);border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}.services-page .services-no-results .services-reset-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4c40066}.services-page .services-popular{background:linear-gradient(180deg,#f8fafc,#fff);padding:2.5rem 1rem}@media(min-width:640px){.services-page .services-popular{padding:3rem 1.5rem}}@media(min-width:768px){.services-page .services-popular{padding:4rem 1.5rem}}.services-page .services-popular .services-popular-container{max-width:1200px;margin:0 auto}.services-page .services-popular .services-popular-header{text-align:center;margin-bottom:2rem}@media(min-width:640px){.services-page .services-popular .services-popular-header{margin-bottom:2.5rem}}@media(min-width:768px){.services-page .services-popular .services-popular-header{margin-bottom:3rem}}.services-page .services-popular .services-popular-header .services-section-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#f4c4001a;border-radius:50px;font-size:.875rem;font-weight:600;color:#f4c400;margin-bottom:1rem}.services-page .services-popular .services-popular-header .services-section-badge svg{font-size:1rem}.services-page .services-popular .services-popular-header .services-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0a0f1a;margin-bottom:.5rem}.services-page .services-popular .services-popular-header .services-section-desc{font-size:1rem;color:#0a0f1a99}.services-page .services-popular .services-popular-grid{display:grid;gap:.5rem}@media(min-width:640px){.services-page .services-popular .services-popular-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.services-page .services-popular .services-popular-card{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid rgba(10,15,26,.06);transition:all .3s ease}@media(min-width:640px){.services-page .services-popular .services-popular-card{gap:1rem;padding:1.5rem;border-radius:.75rem}}.services-page .services-popular .services-popular-card:hover{border-color:#f4c4004d;box-shadow:0 8px 30px #0a0f1a14;transform:translateY(-2px)}.services-page .services-popular .services-popular-card:hover .services-popular-arrow{color:#f4c400;transform:translate(4px)}.services-page .services-popular .services-popular-card .services-popular-rank{font-size:.875rem;font-weight:700;color:#f4c400;min-width:24px}.services-page .services-popular .services-popular-card .services-popular-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;flex-shrink:0}@media(min-width:640px){.services-page .services-popular .services-popular-card .services-popular-icon{width:48px;height:48px;border-radius:.5rem}}.services-page .services-popular .services-popular-card .services-popular-icon img{width:24px;height:24px;object-fit:contain}@media(min-width:640px){.services-page .services-popular .services-popular-card .services-popular-icon img{width:28px;height:28px}}.services-page .services-popular .services-popular-card .services-popular-info{flex:1;min-width:0}.services-page .services-popular .services-popular-card .services-popular-info h4{font-size:.875rem;font-weight:600;color:#0a0f1a;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){.services-page .services-popular .services-popular-card .services-popular-info h4{font-size:1rem}}.services-page .services-popular .services-popular-card .services-popular-info p{font-size:10px;color:#0a0f1a80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:none}@media(min-width:640px){.services-page .services-popular .services-popular-card .services-popular-info p{display:block;font-size:.8125rem}}.services-page .services-popular .services-popular-card .services-popular-arrow{font-size:1.25rem;color:#0a0f1a4d;transition:all .3s ease}.services-page .services-why-choose{background:#fff;padding:2.5rem 1rem}@media(min-width:640px){.services-page .services-why-choose{padding:3rem 1.5rem}}@media(min-width:768px){.services-page .services-why-choose{padding:4rem 1.5rem}}.services-page .services-why-choose .services-why-choose-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.services-page .services-why-choose .services-benefits-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);width:100%}@media(min-width:640px){.services-page .services-why-choose .services-benefits-grid{gap:1.5rem}}@media(min-width:1024px){.services-page .services-why-choose .services-benefits-grid{grid-template-columns:repeat(4,1fr)}}.services-page .services-why-choose .services-benefit-card{text-align:center;padding:1.5rem 1rem;transition:all .3s ease}@media(min-width:640px){.services-page .services-why-choose .services-benefit-card{padding:2.5rem 1.5rem}}.services-page .services-why-choose .services-benefit-card:hover .services-benefit-icon{transform:scale(1.1)}.services-page .services-why-choose .services-benefit-card .services-benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:1.25rem;color:#eebe00;margin-bottom:1rem;transition:all .3s ease}@media(min-width:640px){.services-page .services-why-choose .services-benefit-card .services-benefit-icon{width:64px;height:64px;font-size:1.75rem;margin-bottom:1.5rem}}.services-page .services-why-choose .services-benefit-card h3{font-size:.875rem;font-weight:600;color:#001740;margin-bottom:.25rem}@media(min-width:640px){.services-page .services-why-choose .services-benefit-card h3{font-size:1.125rem;margin-bottom:.5rem}}.services-page .services-why-choose .services-benefit-card p{font-size:.8125rem;color:#00174080;line-height:1.625;display:none}@media(min-width:640px){.services-page .services-why-choose .services-benefit-card p{display:block;font-size:.875rem}}.services-page .services-why-choose .services-why-choose-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:2rem}@media(min-width:768px){.services-page .services-why-choose .services-why-choose-bottom{margin-top:2.5rem}}.services-page .services-why-choose .services-why-choose-title{font-size:1.125rem;font-weight:600;color:#001740;margin-bottom:.25rem}@media(min-width:640px){.services-page .services-why-choose .services-why-choose-title{font-size:1.25rem}}@media(min-width:768px){.services-page .services-why-choose .services-why-choose-title{font-size:1.5rem}}.services-page .services-why-choose .services-why-choose-subtitle{font-size:.875rem;color:#00174080;max-width:600px;line-height:1.625}@media(min-width:768px){.services-page .services-why-choose .services-why-choose-subtitle{font-size:1rem}}.services-page .services-cta{background:linear-gradient(135deg,#0f172a,#1e293b);padding:2.5rem 1rem}@media(min-width:640px){.services-page .services-cta{padding:3rem 1.5rem}}.services-page .services-cta .services-cta-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:640px){.services-page .services-cta .services-cta-container{gap:2rem}}@media(min-width:768px){.services-page .services-cta .services-cta-container{flex-direction:row;justify-content:space-between;text-align:left}}.services-page .services-cta .services-cta-content h2{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.25rem}@media(min-width:640px){.services-page .services-cta .services-cta-content h2{font-size:1.25rem}}.services-page .services-cta .services-cta-content p{font-size:.875rem;color:#fff9}@media(min-width:640px){.services-page .services-cta .services-cta-content p{font-size:1rem}}.services-page .services-cta .services-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f4c400,#b91c1c);border-radius:.5rem;font-size:1rem;font-weight:600;color:#fff;white-space:nowrap;transition:all .3s ease}.services-page .services-cta .services-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f4c40066}.services-page .services-cta .services-cta-button:hover svg{transform:translate(4px)}.services-page .services-cta .services-cta-button svg{transition:transform .3s ease}.legal-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fb,#fff)}.legal-page .legal-hero{position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;overflow:hidden;background:linear-gradient(160deg,#fff,#f8fafc 40%,#f1f5f9)}@media(min-width:640px){.legal-page .legal-hero{padding:3rem 1.5rem}}@media(min-width:768px){.legal-page .legal-hero{padding:3rem 2rem}}.legal-page .legal-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.legal-page .legal-hero-orb{position:absolute;border-radius:50%}.legal-page .legal-hero-orb.legal-hero-orb-1{width:450px;height:450px;top:-180px;right:-100px;background:radial-gradient(circle,rgba(238,190,0,.08) 0%,rgba(238,190,0,.02) 40%,transparent 70%);animation:legalOrbFloat 22s ease-in-out infinite}@media(min-width:768px){.legal-page .legal-hero-orb.legal-hero-orb-1{width:600px;height:600px}}.legal-page .legal-hero-orb.legal-hero-orb-2{width:400px;height:400px;bottom:-150px;left:-80px;background:radial-gradient(circle,rgba(0,23,64,.06) 0%,rgba(0,23,64,.02) 40%,transparent 70%);animation:legalOrbFloat 28s ease-in-out infinite reverse}@media(min-width:768px){.legal-page .legal-hero-orb.legal-hero-orb-2{width:550px;height:550px}}@keyframes legalOrbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(25px,-18px) scale(1.06)}}.legal-page .legal-hero-dots{position:absolute}.legal-page .legal-hero-dots.legal-hero-dots-1{top:12%;right:6%;width:130px;height:130px;opacity:.2;background-image:radial-gradient(rgba(238,190,0,.35) 1.5px,transparent 1.5px);background-size:20px 20px}@media(min-width:768px){.legal-page .legal-hero-dots.legal-hero-dots-1{width:180px;height:180px;background-size:24px 24px}}.legal-page .legal-hero-dots.legal-hero-dots-2{bottom:14%;left:4%;width:100px;height:100px;opacity:.15;background-image:radial-gradient(rgba(0,23,64,.35) 1.5px,transparent 1.5px);background-size:18px 18px}@media(min-width:768px){.legal-page .legal-hero-dots.legal-hero-dots-2{width:140px;height:140px}}.legal-page .legal-hero-line{position:absolute;height:1px;width:180px}.legal-page .legal-hero-line.legal-hero-line-1{top:28%;right:10%;background:linear-gradient(90deg,transparent,rgba(238,190,0,.12),transparent);transform:rotate(-12deg)}.legal-page .legal-hero-line.legal-hero-line-2{bottom:32%;left:7%;width:150px;background:linear-gradient(90deg,transparent,rgba(0,23,64,.1),transparent);transform:rotate(8deg)}.legal-page .legal-hero-container{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.legal-page .legal-hero-container.visible{opacity:1;transform:translateY(0)}.legal-page .legal-hero-icon{width:70px;height:70px;background:#eebe001a;border:1px solid rgba(238,190,0,.2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#eebe00;margin-bottom:1.5rem;display:none}.legal-page .legal-hero-title{font-size:1.5rem;font-weight:800;color:#0a0f1a;line-height:1.2;margin-bottom:.5rem}@media(min-width:640px){.legal-page .legal-hero-title{font-size:2rem}}@media(min-width:768px){.legal-page .legal-hero-title{font-size:2.2rem}}@media(min-width:1024px){.legal-page .legal-hero-title{font-size:2.5rem}}.legal-page .legal-hero-subtitle{font-size:1rem;color:#3d4654;line-height:1.625;max-width:500px}@media(min-width:768px){.legal-page .legal-hero-subtitle{font-size:1.125rem}}.legal-page .legal-content{max-width:900px;margin:0 auto;padding:3rem 1.5rem}@media(min-width:768px){.legal-page .legal-content{padding:4rem 2rem}}.legal-page .legal-section{margin-bottom:3rem}.legal-page .legal-section:last-child{margin-bottom:0}.legal-page .legal-section-title{font-size:1.25rem;font-weight:700;color:#0a0f1a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(238,190,0,.2);display:flex;align-items:center;gap:.5rem}.legal-page .legal-section-title .legal-section-number{width:32px;height:32px;background:#0017400f;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#001740;flex-shrink:0}.legal-page .legal-text{font-size:1rem;color:#3d4654;line-height:1.625;margin-bottom:1rem}.legal-page .legal-text:last-child{margin-bottom:0}.legal-page .legal-text strong{color:#0a0f1a;font-weight:600}.legal-page .legal-text a{color:#001740;text-decoration:underline;text-decoration-color:#eebe0066;text-underline-offset:3px}.legal-page .legal-text a:hover{color:#001740;text-decoration-color:#eebe00}.legal-page .legal-list{list-style:none;padding:0;margin:1rem 0}.legal-page .legal-list li{position:relative;padding-left:2rem;margin-bottom:.5rem;font-size:1rem;color:#3d4654;line-height:1.625}.legal-page .legal-list li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#eebe00;border-radius:50%}.legal-page .legal-highlight-box{background:#00174008;border:1px solid rgba(0,23,64,.08);border-left:3px solid #eebe00;border-radius:.75rem;padding:2rem;margin:2rem 0}.legal-page .legal-highlight-box .legal-highlight-title{font-size:1.125rem;font-weight:600;color:#0a0f1a;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.legal-page .legal-highlight-box .legal-highlight-title svg{color:#eebe00}.legal-page .legal-highlight-box .legal-highlight-text{font-size:1rem;color:#3d4654;line-height:1.625}.legal-page .legal-contact-box{background:#fff;border:1px solid rgba(0,23,64,.08);border-radius:.75rem;padding:2rem;margin-top:3rem;text-align:center;box-shadow:0 4px 20px #0017400a}.legal-page .legal-contact-box .legal-contact-title{font-size:1.125rem;font-weight:600;color:#0a0f1a;margin-bottom:.5rem}.legal-page .legal-contact-box .legal-contact-text{font-size:1rem;color:#3d4654;margin-bottom:1.5rem}.legal-page .legal-contact-box .legal-contact-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 2rem;background:#001740;color:#fff;font-size:1rem;font-weight:600;border-radius:.5rem;transition:all .3s ease;text-decoration:none}.legal-page .legal-contact-box .legal-contact-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00174040;background:#001e54}.login-page{min-height:100vh;display:flex}@media(max-width:768px){.login-page{flex-direction:column}}.login-brand{position:relative;flex:0 0 42%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2.5rem;background:#001740;overflow:hidden}@media(max-width:768px){.login-brand{flex:0 0 auto;padding:3rem 2rem 2.5rem}}.login-brand-bg{position:absolute;inset:0;pointer-events:none}.login-brand-orb{position:absolute;border-radius:50%}.login-brand-orb.login-brand-orb-1{width:350px;height:350px;top:-120px;right:-100px;background:radial-gradient(circle,rgba(244,196,0,.12) 0%,transparent 70%)}.login-brand-orb.login-brand-orb-2{width:280px;height:280px;bottom:-80px;left:-80px;background:radial-gradient(circle,rgba(244,196,0,.08) 0%,transparent 70%)}.login-brand-content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.login-brand-tagline{max-width:320px;font-size:1rem;color:#fff9;line-height:1.625}@media(max-width:768px){.login-brand-tagline{font-size:.875rem;max-width:280px}}.login-brand-home{position:absolute;bottom:2rem;font-size:.875rem;color:#fff6;transition:color .2s ease}.login-brand-home:hover{color:#f4c400}@media(max-width:768px){.login-brand-home{position:relative;bottom:auto;margin-top:1.5rem}}.login-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;background:#fff}@media(max-width:768px){.login-form-panel{padding:2.5rem 1.5rem}}.login-form-wrapper{width:100%;max-width:400px}.login-header{margin-bottom:2.5rem}.login-header h1{font-size:1.5rem;font-weight:700;color:#0a0f1a;margin-bottom:.25rem}@media(min-width:640px){.login-header h1{font-size:2rem}}.login-header p{font-size:.875rem;color:#3d4654}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-field{display:flex;flex-direction:column;gap:6px}.login-field label{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#0a0f1a}.login-field label svg{font-size:.85rem;color:#f4c400}.login-input-wrapper{display:flex;align-items:center;background:#fff;border:2px solid #e2e5ea;border-radius:.5rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.login-input-wrapper:focus-within{border-color:#f4c400;box-shadow:0 0 0 3px #f4c4001a}.login-input-wrapper .login-input-prefix{padding:.5rem .5rem .5rem 1rem;font-size:.875rem;font-weight:500;color:#3d4654;background:#f7f8fa;border-right:1px solid #e2e5ea}@media(min-width:640px){.login-input-wrapper .login-input-prefix{padding:1rem .5rem 1rem 1rem}}.login-input-wrapper input{flex:1;padding:.5rem 1rem;background:transparent;border:none;font-size:.875rem;color:#0a0f1a;outline:none}@media(min-width:640px){.login-input-wrapper input{padding:1rem;font-size:1rem}}.login-input-wrapper input::placeholder{color:#a5a5a5}.login-password-wrapper{position:relative}.login-password-wrapper input{padding-right:48px}.login-password-toggle{position:absolute;right:1rem;display:flex;align-items:center;background:none;border:none;font-size:1.1rem;color:#3d4654;cursor:pointer;transition:color .2s ease}.login-password-toggle:hover{color:#f4c400}.login-options{display:flex;align-items:center}.login-remember{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#3d4654;cursor:pointer}.login-remember input[type=checkbox]{width:16px;height:16px;accent-color:#f4c400;cursor:pointer}.login-submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#001740,#000e27);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #00174040}.login-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #00174059}.login-submit-btn:active:not(:disabled){transform:translateY(0)}.login-submit-btn:disabled{opacity:.5;cursor:not-allowed}.login-submit-btn svg{font-size:1rem}.login-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:login-spin .8s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login-terms{margin-top:2.5rem;font-size:.8125rem;color:#3d4654;text-align:center;line-height:1.6}.login-terms a{color:#f4c400;font-weight:500}.login-terms a:hover{text-decoration:underline}.schemes-page{min-height:100vh;background:#fff}.schemes-page .schemes-hero{position:relative;background:linear-gradient(135deg,#1e3a5f,#0f172a,#1e293b);padding:2.5rem 1rem 2rem;overflow:hidden}@media(min-width:640px){.schemes-page .schemes-hero{padding:3rem 1.5rem 2.5rem}}@media(min-width:768px){.schemes-page .schemes-hero{padding:5rem 2rem 4rem}}.schemes-page .schemes-hero .schemes-hero-decoration{position:absolute;inset:0;overflow:hidden}.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle{position:absolute;border-radius:50%;opacity:.08}.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle-1{width:400px;height:400px;top:-150px;right:-100px;background:linear-gradient(135deg,#f4c400 0%,transparent 70%)}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle-1{width:600px;height:600px}}.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle-2{width:300px;height:300px;bottom:-100px;left:-50px;background:linear-gradient(135deg,#001740 0%,transparent 70%)}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle-2{width:400px;height:400px}}.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle-3{width:150px;height:150px;top:40%;left:30%;background:#fff;opacity:.03}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-circle-3{width:200px;height:200px}}.schemes-page .schemes-hero .schemes-hero-decoration .schemes-deco-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.schemes-page .schemes-hero .schemes-hero-container{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.schemes-page .schemes-hero .schemes-hero-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50px;font-size:.875rem;color:#ffffffe6;margin-bottom:1.5rem}.schemes-page .schemes-hero .schemes-hero-badge svg{font-size:1rem;color:#f4c400}.schemes-page .schemes-hero .schemes-hero-title{font-size:clamp(1.5rem,5vw,2.75rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1rem}.schemes-page .schemes-hero .schemes-hero-title .schemes-title-highlight{background:linear-gradient(135deg,#f4c400,#f59e0b);-webkit-background-clip:text;background-clip:text;color:transparent}.schemes-page .schemes-hero .schemes-hero-desc{font-size:.875rem;color:#ffffffb3;line-height:1.625;max-width:600px;margin:0 auto 2rem}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-desc{font-size:1rem;margin-bottom:2.5rem}}@media(min-width:768px){.schemes-page .schemes-hero .schemes-hero-desc{font-size:1.125rem}}.schemes-page .schemes-hero .schemes-hero-search{max-width:500px;margin:0 auto 2.5rem}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:4px;transition:all .3s ease}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box:focus-within{background:#ffffff26;border-color:#f4c400;box-shadow:0 0 0 4px #f4c40026}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box .schemes-search-icon{margin-left:1rem;font-size:1.25rem;color:#ffffff80}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box .schemes-hero-search-input{flex:1;padding:.5rem 1rem;background:transparent;border:none;font-size:1rem;color:#fff;outline:none}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box .schemes-hero-search-input::placeholder{color:#ffffff80}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box .schemes-clear-search{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:.375rem;color:#fff;font-size:1.25rem;cursor:pointer;margin-right:4px}.schemes-page .schemes-hero .schemes-hero-search .schemes-hero-search-box .schemes-clear-search:hover{background:#fff3}.schemes-page .schemes-hero .schemes-hero-quick-stats{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-quick-stats{gap:2.5rem}}.schemes-page .schemes-hero .schemes-hero-quick-stats .schemes-quick-stat{text-align:center}.schemes-page .schemes-hero .schemes-hero-quick-stats .schemes-quick-stat .schemes-quick-stat-value{display:block;font-size:1.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-quick-stats .schemes-quick-stat .schemes-quick-stat-value{font-size:1.5rem}}.schemes-page .schemes-hero .schemes-hero-quick-stats .schemes-quick-stat .schemes-quick-stat-label{font-size:.8125rem;color:#ffffff80}@media(min-width:640px){.schemes-page .schemes-hero .schemes-hero-quick-stats .schemes-quick-stat .schemes-quick-stat-label{font-size:.875rem}}.schemes-page .schemes-category-strip{background:#fff;border-bottom:1px solid rgba(10,15,26,.06);overflow-x:auto;-webkit-overflow-scrolling:touch}.schemes-page .schemes-category-strip::-webkit-scrollbar{display:none}.schemes-page .schemes-category-strip .schemes-category-strip-container{max-width:1400px;margin:0 auto;padding:1rem}@media(min-width:640px){.schemes-page .schemes-category-strip .schemes-category-strip-container{padding:1.5rem}}.schemes-page .schemes-category-strip .schemes-category-tabs{display:flex;gap:.25rem}@media(min-width:640px){.schemes-page .schemes-category-strip .schemes-category-tabs{gap:.5rem}}.schemes-page .schemes-category-strip .schemes-category-tab{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:transparent;border:1px solid rgba(10,15,26,.08);border-radius:50px;font-size:.8125rem;font-weight:500;color:#3d4654;white-space:nowrap;cursor:pointer;transition:all .3s ease}@media(min-width:640px){.schemes-page .schemes-category-strip .schemes-category-tab{padding:.5rem 1.5rem;font-size:.875rem}}.schemes-page .schemes-category-strip .schemes-category-tab .schemes-tab-count{padding:2px 8px;background:#0a0f1a0d;border-radius:50px;font-size:10px}@media(min-width:640px){.schemes-page .schemes-category-strip .schemes-category-tab .schemes-tab-count{font-size:.8125rem}}.schemes-page .schemes-category-strip .schemes-category-tab:hover{border-color:#f4c4004d;color:#f4c400}.schemes-page .schemes-category-strip .schemes-category-tab.active{background:#f4c400;border-color:#f4c400;color:#fff}.schemes-page .schemes-category-strip .schemes-category-tab.active .schemes-tab-count{background:#fff3;color:#fff}.schemes-page .schemes-main{padding:2rem 1rem}@media(min-width:640px){.schemes-page .schemes-main{padding:2.5rem 1.5rem}}@media(min-width:768px){.schemes-page .schemes-main{padding:4rem 2rem}}.schemes-page .schemes-main .schemes-main-container{max-width:1400px;margin:0 auto;display:grid;gap:2rem}@media(min-width:1024px){.schemes-page .schemes-main .schemes-main-container{grid-template-columns:280px 1fr;gap:2.5rem}}.schemes-page .schemes-sidebar{display:none}@media(min-width:1024px){.schemes-page .schemes-sidebar{display:block;position:sticky;top:100px;height:fit-content}}.schemes-page .schemes-sidebar .schemes-sidebar-header{margin-bottom:1.5rem}.schemes-page .schemes-sidebar .schemes-sidebar-header h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#0a0f1a}.schemes-page .schemes-sidebar .schemes-sidebar-header h3 svg{font-size:1.1rem;color:#f4c400}.schemes-page .schemes-sidebar .schemes-category-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.25rem}.schemes-page .schemes-sidebar .schemes-category-list .schemes-category-filter-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1rem;background:transparent;border:1px solid transparent;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#3d4654;cursor:pointer;transition:all .2s ease}.schemes-page .schemes-sidebar .schemes-category-list .schemes-category-filter-btn .schemes-filter-count{padding:2px 8px;background:#0a0f1a0d;border-radius:50px;font-size:.8125rem}.schemes-page .schemes-sidebar .schemes-category-list .schemes-category-filter-btn:hover{background:#f4c4000d;color:#f4c400}.schemes-page .schemes-sidebar .schemes-category-list .schemes-category-filter-btn.active{background:#f4c4001a;border-color:#f4c40033;color:#f4c400}.schemes-page .schemes-sidebar .schemes-category-list .schemes-category-filter-btn.active .schemes-filter-count{background:#f4c400;color:#fff}.schemes-page .schemes-sidebar .schemes-sidebar-info{display:flex;flex-direction:column;gap:.5rem}.schemes-page .schemes-sidebar .schemes-info-card{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem}.schemes-page .schemes-sidebar .schemes-info-card .schemes-info-icon{font-size:1.25rem;color:#f4c400}.schemes-page .schemes-sidebar .schemes-info-card .schemes-info-content strong{display:block;font-size:.875rem;font-weight:600;color:#0a0f1a}.schemes-page .schemes-sidebar .schemes-info-card .schemes-info-content span{font-size:.8125rem;color:#3d4654}.schemes-page .schemes-content{min-width:0}.schemes-page .schemes-toolbar{margin-bottom:1.5rem}.schemes-page .schemes-toolbar .schemes-results-count{font-size:.875rem;color:#3d4654}.schemes-page .schemes-toolbar .schemes-results-count strong{color:#0a0f1a}.schemes-page .schemes-toolbar .schemes-results-count .schemes-active-filter{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem;padding:4px 12px;background:#f4c4001a;border-radius:50px;color:#f4c400;font-weight:500}.schemes-page .schemes-toolbar .schemes-results-count .schemes-active-filter button{background:none;border:none;font-size:1rem;color:#f4c400;cursor:pointer;line-height:1}.schemes-page .schemes-toolbar .schemes-results-count .schemes-active-filter button:hover{color:#0a0f1a}.schemes-page .schemes-grid{display:grid;gap:1rem}@media(min-width:640px){.schemes-page .schemes-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1280px){.schemes-page .schemes-grid{grid-template-columns:repeat(3,1fr)}}.schemes-page .schemes-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:.5rem;border:1px solid rgba(10,15,26,.06);overflow:hidden;transition:all .3s ease}@media(min-width:640px){.schemes-page .schemes-card{border-radius:.75rem}}.schemes-page .schemes-card:hover{transform:translateY(-4px);border-color:#f4c40033;box-shadow:0 12px 40px #0a0f1a1a}.schemes-page .schemes-card:hover .schemes-card-accent{height:100%}.schemes-page .schemes-card:hover .schemes-card-link svg{transform:translate(4px)}.schemes-page .schemes-card .schemes-card-accent{position:absolute;top:0;left:0;width:4px;height:0;transition:height .3s ease}.schemes-page .schemes-card .schemes-card-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem 0}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-header{padding:1.5rem 1.5rem 0}}.schemes-page .schemes-card .schemes-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:1.25rem}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-icon{width:56px;height:56px;border-radius:.5rem;font-size:1.5rem}}.schemes-page .schemes-card .schemes-popular-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#f59e0b1a;border-radius:50px;font-size:10px;font-weight:600;color:#f59e0b}@media(min-width:640px){.schemes-page .schemes-card .schemes-popular-badge{font-size:.8125rem}}.schemes-page .schemes-card .schemes-popular-badge svg{font-size:.625rem;color:#f59e0b}.schemes-page .schemes-card .schemes-card-body{flex:1;padding:1rem}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-body{padding:1.5rem}}.schemes-page .schemes-card .schemes-card-category{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-category{font-size:.8125rem}}.schemes-page .schemes-card .schemes-card-name{font-size:.875rem;font-weight:600;color:#0a0f1a;margin-bottom:.25rem;line-height:1.2}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-name{font-size:1.125rem}}.schemes-page .schemes-card .schemes-card-desc{font-size:.8125rem;color:#0a0f1a99;line-height:1.625;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-desc{font-size:.875rem}}.schemes-page .schemes-card .schemes-card-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem}.schemes-page .schemes-card .schemes-card-meta .schemes-meta-item{display:flex;align-items:center;gap:6px;font-size:10px;color:#3d4654}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-meta .schemes-meta-item{font-size:.8125rem}}.schemes-page .schemes-card .schemes-card-meta .schemes-meta-item svg{font-size:.75rem;color:#f4c400;flex-shrink:0}.schemes-page .schemes-card .schemes-card-meta .schemes-meta-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schemes-page .schemes-card .schemes-card-footer{padding:0 1rem 1rem}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-footer{padding:0 1.5rem 1.5rem}}.schemes-page .schemes-card .schemes-card-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f4c400,#b91c1c);color:#fff;font-size:.8125rem;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;transition:all .3s ease}@media(min-width:640px){.schemes-page .schemes-card .schemes-card-link{font-size:.875rem}}.schemes-page .schemes-card .schemes-card-link svg{font-size:.875rem;transition:transform .3s ease}.schemes-page .schemes-card .schemes-card-link:hover{box-shadow:0 4px 12px #f4c4004d}.schemes-page .schemes-no-results{text-align:center;padding:4rem 1.5rem}.schemes-page .schemes-no-results .schemes-no-results-icon{font-size:3rem;margin-bottom:1.5rem}.schemes-page .schemes-no-results h3{font-size:1.125rem;font-weight:600;color:#0a0f1a;margin-bottom:.5rem}.schemes-page .schemes-no-results p{font-size:.875rem;color:#3d4654;margin-bottom:2rem}.schemes-page .schemes-no-results .schemes-reset-btn{padding:.5rem 2rem;background:#f4c400;color:#fff;font-size:.875rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.schemes-page .schemes-no-results .schemes-reset-btn:hover{background:#dbb000;box-shadow:0 4px 12px #f4c4004d}.schemes-page .schemes-popular{background:linear-gradient(180deg,#f8fafc,#fff);padding:2.5rem 1rem}@media(min-width:640px){.schemes-page .schemes-popular{padding:3rem 1.5rem}}@media(min-width:768px){.schemes-page .schemes-popular{padding:4rem 1.5rem}}.schemes-page .schemes-popular .schemes-popular-container{max-width:1200px;margin:0 auto}.schemes-page .schemes-popular .schemes-popular-header{text-align:center;margin-bottom:2rem}@media(min-width:640px){.schemes-page .schemes-popular .schemes-popular-header{margin-bottom:2.5rem}}@media(min-width:768px){.schemes-page .schemes-popular .schemes-popular-header{margin-bottom:3rem}}.schemes-page .schemes-popular .schemes-popular-header .schemes-section-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#f4c4001a;border-radius:50px;font-size:.875rem;font-weight:500;color:#f4c400;margin-bottom:1rem}.schemes-page .schemes-popular .schemes-popular-header .schemes-section-badge svg{font-size:1rem}.schemes-page .schemes-popular .schemes-popular-header .schemes-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0a0f1a;margin-bottom:.5rem}.schemes-page .schemes-popular .schemes-popular-header .schemes-section-desc{font-size:1rem;color:#0a0f1a99}.schemes-page .schemes-popular .schemes-popular-grid{display:grid;gap:.5rem}@media(min-width:640px){.schemes-page .schemes-popular .schemes-popular-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.schemes-page .schemes-popular .schemes-popular-grid{grid-template-columns:repeat(3,1fr)}}.schemes-page .schemes-popular .schemes-popular-card{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid rgba(10,15,26,.06);cursor:pointer;transition:all .3s ease}@media(min-width:640px){.schemes-page .schemes-popular .schemes-popular-card{gap:1rem;padding:1.5rem;border-radius:.75rem}}.schemes-page .schemes-popular .schemes-popular-card:hover{border-color:#f4c4004d;box-shadow:0 8px 30px #0a0f1a14;transform:translateY(-2px)}.schemes-page .schemes-popular .schemes-popular-card:hover .schemes-popular-arrow{color:#f4c400;transform:translate(4px)}.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-rank{font-size:.875rem;font-weight:700;color:#f4c400;min-width:24px}.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:1.1rem;flex-shrink:0}@media(min-width:640px){.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-icon{width:48px;height:48px;border-radius:.5rem;font-size:1.25rem}}.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-info{flex:1;min-width:0}.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-info h4{font-size:.875rem;font-weight:600;color:#0a0f1a;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-info h4{font-size:1rem}}.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-info p{font-size:10px;color:#0a0f1a80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-info p{font-size:.8125rem}}.schemes-page .schemes-popular .schemes-popular-card .schemes-popular-arrow{font-size:1.25rem;color:#0a0f1a4d;transition:all .3s ease}.schemes-page .schemes-cta{background:linear-gradient(135deg,#1e3a5f,#0f172a);padding:2.5rem 1rem}@media(min-width:640px){.schemes-page .schemes-cta{padding:3rem 1.5rem}}.schemes-page .schemes-cta .schemes-cta-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:640px){.schemes-page .schemes-cta .schemes-cta-container{gap:2rem}}@media(min-width:768px){.schemes-page .schemes-cta .schemes-cta-container{flex-direction:row;justify-content:space-between;text-align:left}}.schemes-page .schemes-cta .schemes-cta-content h2{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.25rem}@media(min-width:640px){.schemes-page .schemes-cta .schemes-cta-content h2{font-size:1.25rem}}.schemes-page .schemes-cta .schemes-cta-content p{font-size:.875rem;color:#fff9}@media(min-width:640px){.schemes-page .schemes-cta .schemes-cta-content p{font-size:1rem}}.schemes-page .schemes-cta .schemes-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f4c400,#b91c1c);color:#fff;font-size:.875rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px #f4c4004d}@media(min-width:640px){.schemes-page .schemes-cta .schemes-cta-button{font-size:1rem}}.schemes-page .schemes-cta .schemes-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #f4c40066}.schemes-page .schemes-cta .schemes-cta-button:hover svg{transform:translate(4px)}.schemes-page .schemes-cta .schemes-cta-button svg{transition:transform .3s ease}.schemes-page .schemes-drawer-overlay{position:fixed;inset:0;background:#0a0f1a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.schemes-page .schemes-drawer-overlay.open{opacity:1;visibility:visible}.schemes-page .schemes-drawer{position:fixed;top:0;right:0;width:100%;max-width:520px;height:100vh;background:#fff;z-index:999;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-10px 0 40px #0a0f1a26}@media(min-width:640px){.schemes-page .schemes-drawer{max-width:560px}}.schemes-page .schemes-drawer.open{transform:translate(0)}.schemes-page .schemes-drawer-header{padding:1.5rem;border-bottom:1px solid rgba(10,15,26,.06);position:relative}@media(min-width:640px){.schemes-page .schemes-drawer-header{padding:2rem}}.schemes-page .schemes-drawer-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:.5rem;font-size:1.25rem;color:#3d4654;cursor:pointer;transition:all .2s ease}@media(min-width:640px){.schemes-page .schemes-drawer-close{top:1.5rem;right:1.5rem}}.schemes-page .schemes-drawer-close:hover{background:#f4c4001a;color:#f4c400}.schemes-page .schemes-drawer-category{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.schemes-page .schemes-drawer-title{font-size:1.125rem;font-weight:700;color:#0a0f1a;line-height:1.2;padding-right:50px}@media(min-width:640px){.schemes-page .schemes-drawer-title{font-size:1.25rem}}.schemes-page .schemes-drawer-popular{display:inline-flex;align-items:center;gap:6px;margin-top:.5rem;padding:6px 12px;background:#f59e0b1a;border-radius:50px;font-size:.8125rem;font-weight:600;color:#f59e0b}.schemes-page .schemes-drawer-popular svg{font-size:.625rem}.schemes-page .schemes-drawer-content{flex:1;overflow-y:auto;padding:1.5rem}@media(min-width:640px){.schemes-page .schemes-drawer-content{padding:2rem}}.schemes-page .schemes-drawer-image{margin-bottom:1.5rem;border-radius:.75rem;overflow:hidden}.schemes-page .schemes-drawer-image img{width:100%;height:180px;object-fit:cover}@media(min-width:640px){.schemes-page .schemes-drawer-image img{height:220px}}.schemes-page .schemes-drawer-quick-info{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:2rem}@media(min-width:640px){.schemes-page .schemes-drawer-quick-info{gap:1rem}}.schemes-page .schemes-drawer-info-item{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem}.schemes-page .schemes-drawer-info-item>svg{font-size:1.1rem;color:#f4c400;flex-shrink:0;margin-top:2px}.schemes-page .schemes-drawer-info-item>div span{display:block;font-size:10px;color:#3d4654;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}@media(min-width:640px){.schemes-page .schemes-drawer-info-item>div span{font-size:.8125rem}}.schemes-page .schemes-drawer-info-item>div strong{font-size:.8125rem;font-weight:600;color:#0a0f1a}@media(min-width:640px){.schemes-page .schemes-drawer-info-item>div strong{font-size:.875rem}}.schemes-page .schemes-drawer-section{margin-bottom:2rem}.schemes-page .schemes-drawer-section h3{font-size:.875rem;font-weight:600;color:#0a0f1a;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}@media(min-width:640px){.schemes-page .schemes-drawer-section h3{font-size:1rem;margin-bottom:1rem}}.schemes-page .schemes-drawer-section h3:before{content:"";width:4px;height:16px;background:#f4c400;border-radius:2px}.schemes-page .schemes-drawer-section>p{font-size:.875rem;color:#3d4654;line-height:1.625}.schemes-page .schemes-drawer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.schemes-page .schemes-drawer-list li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border-radius:.375rem}.schemes-page .schemes-drawer-list li svg{font-size:.875rem;color:#001740;flex-shrink:0;margin-top:2px}.schemes-page .schemes-drawer-list li span{font-size:.875rem;color:#0a0f1a}.schemes-page .schemes-drawer-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.schemes-page .schemes-drawer-steps li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border-radius:.375rem}.schemes-page .schemes-drawer-steps li .step-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f4c400;color:#fff;font-size:.8125rem;font-weight:600;border-radius:50%;flex-shrink:0}.schemes-page .schemes-drawer-steps li>span:last-child{font-size:.875rem;color:#0a0f1a;padding-top:2px}.schemes-page .schemes-drawer-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(10,15,26,.06)}@media(min-width:640px){.schemes-page .schemes-drawer-actions{flex-direction:row;gap:1rem}}.schemes-page .schemes-drawer-apply-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f4c400,#b91c1c);color:#fff;font-size:.875rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #f4c4004d}@media(min-width:640px){.schemes-page .schemes-drawer-apply-btn{font-size:1rem}}.schemes-page .schemes-drawer-apply-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #f4c40066}.schemes-page .schemes-drawer-apply-btn svg{font-size:1rem}.schemes-page .schemes-drawer-secondary-btn{flex:1;padding:1rem 2rem;background:transparent;border:2px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#3d4654;cursor:pointer;transition:all .3s ease}@media(min-width:640px){.schemes-page .schemes-drawer-secondary-btn{font-size:1rem}}.schemes-page .schemes-drawer-secondary-btn:hover{border-color:#f4c400;color:#f4c400}.gallery{min-height:100vh}.gallery-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#001740,#002669);padding:3rem 1rem}.gallery-hero-bg{position:absolute;inset:0;pointer-events:none}.gallery-hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.gallery-hero-orb-1{width:400px;height:400px;background:#eebe00;top:-100px;right:-100px}.gallery-hero-orb-2{width:300px;height:300px;background:#eebe00;bottom:-80px;left:-80px}.gallery-hero-dots{position:absolute;width:120px;height:120px;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1px);background-size:12px 12px}.gallery-hero-dots-1{top:40px;left:40px}.gallery-hero-dots-2{bottom:40px;right:40px}.gallery-hero-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(238,190,0,.2),transparent)}.gallery-hero-line-1{top:30%;left:0;right:0}.gallery-hero-line-2{bottom:25%;left:0;right:0}.gallery-hero-mosaic{position:absolute;inset:0;pointer-events:none}.gallery-hero-mosaic-img{position:absolute;border-radius:12px;overflow:hidden;opacity:.12}.gallery-hero-mosaic-img img{width:100%;height:100%;object-fit:cover}.gallery-hero-mosaic-img-1{width:200px;height:150px;top:10%;left:5%;transform:rotate(-6deg)}.gallery-hero-mosaic-img-2{width:180px;height:130px;top:15%;right:8%;transform:rotate(4deg)}.gallery-hero-mosaic-img-3{width:160px;height:120px;bottom:10%;left:50%;transform:translate(-50%) rotate(-3deg)}.gallery-hero-content{position:relative;z-index:2;text-align:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.gallery-hero-content.visible{opacity:1;transform:translateY(0)}.gallery-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:50px;background:#eebe0026;color:#eebe00;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.gallery-hero-badge svg{font-size:1rem}.gallery-hero-title{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem}@media(min-width:768px){.gallery-hero-title{font-size:3.5rem}}@media(min-width:1024px){.gallery-hero-title{font-size:4rem}}.gallery-hero-title-accent{color:#eebe00}.gallery-hero-subtitle{font-size:1.1rem;color:#ffffffb3;max-width:500px;margin:0 auto}@media(min-width:768px){.gallery-hero-subtitle{font-size:1.2rem}}.gallery-coming-soon{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem}.gallery-coming-soon-icon{width:80px;height:80px;border-radius:50%;background:#00174014;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.gallery-coming-soon-icon svg{font-size:2rem;color:#001740}.gallery-coming-soon-title{font-size:2.5rem;font-weight:700;color:#001740;margin-bottom:.5rem}@media(min-width:768px){.gallery-coming-soon-title{font-size:3rem}}.gallery-coming-soon-text{font-size:1.1rem;color:#3d4654;max-width:400px}.test-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:2.5rem 1rem}.tl{width:100%;max-width:620px;margin:0 auto;position:relative}
