@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background:#fff;overflow-x:hidden}body{background:#fff;min-height:100vh;margin:0;overflow:hidden auto}#root{background:#fff;width:100%;min-height:100vh}.main-header{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;height:56px;position:fixed;top:0;left:0;right:0}.main-header-container{justify-content:space-between;align-items:center;gap:16px;max-width:1128px;height:100%;margin:0 auto;padding:0 12px;display:flex}.main-header-left{flex:none;align-items:center;gap:12px;display:flex}.main-header-menu-btn{color:#666;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s;display:none}.main-header-menu-btn:hover{color:#0a66c2}.main-header-logo{align-items:center;text-decoration:none;display:flex}.main-header-logo svg{transition:opacity .2s}.main-header-logo:hover svg{opacity:.8}.main-header-search{width:280px;position:relative}.main-header-search-icon{color:#666;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.main-header-search-input{background:#eef3f8;border:none;border-radius:4px;width:100%;height:36px;padding:0 12px 0 36px;font-family:inherit;font-size:14px;transition:background .2s}.main-header-search-input:focus{background:#e0e7ed;outline:none}.main-header-search-input::placeholder{color:#666}.main-header-nav{flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.main-header-nav-item{color:#666;border-radius:4px;flex-direction:column;align-items:center;gap:2px;padding:8px 12px;text-decoration:none;transition:all .2s;display:flex;position:relative}.main-header-nav-item:hover{color:#0a66c2;background:#f3f2ef}.main-header-nav-item.active{color:#0a66c2}.main-header-nav-item.active:after{content:"";background:#0a66c2;height:2px;position:absolute;bottom:-1px;left:0;right:0}.main-header-nav-icon{justify-content:center;align-items:center;display:flex}.main-header-nav-label{font-size:12px;font-weight:500}.main-header-right{flex:none;align-items:center;gap:12px;display:flex}.main-header-notifications{color:#666;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex;position:relative}.main-header-notifications:hover{color:#0a66c2;background:#f3f2ef}.main-header-badge{color:#fff;background:#e16745;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:flex;position:absolute;top:6px;right:6px}.main-header-user{position:relative}.main-header-user-avatar{color:#fff;cursor:pointer;background:#0a66c2;border:none;border-radius:50%;width:32px;height:32px;font-size:12px;font-weight:600;transition:transform .2s}.main-header-user-avatar:hover{transform:scale(1.05)}.main-header-dropdown{background:#fff;border-radius:8px;min-width:280px;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.main-header-dropdown-header{align-items:center;gap:12px;padding:16px;display:flex}.main-header-dropdown-avatar{color:#fff;background:#0a66c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:600;display:flex}.main-header-dropdown-info{flex:1;min-width:0}.main-header-dropdown-name{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.main-header-dropdown-email{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.main-header-dropdown-divider{background:#e0e0e0;height:1px}.main-header-dropdown-item{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;text-decoration:none;transition:background .2s;display:flex}.main-header-dropdown-item:hover{background:#f3f2ef}.main-header-dropdown-item.logout{color:#e16745}.main-header-dropdown-item svg{flex-shrink:0}@media (max-width:768px){.main-header-menu-btn{display:block}.main-header-search{width:160px}.main-header-nav{display:none}.main-header-notifications{width:36px;height:36px}}@media (max-width:480px){.main-header-search{display:none}.main-header-left{gap:8px}}@media (max-width:1024px){.main-header-search{width:200px}.main-header-nav{gap:4px}.main-header-nav-item{padding:8px}.main-header-nav-label{font-size:11px}}.main-sidebar{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.main-sidebar-profile{text-align:center;border-bottom:1px solid #e0e0e0;padding-bottom:12px;position:relative}.main-sidebar-profile-cover{background:linear-gradient(135deg,#0a66c2 0%,#0856a8 100%);height:56px}.main-sidebar-profile-avatar{color:#fff;background:#0a66c2;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:-36px auto 12px;font-size:24px;font-weight:600;display:flex;position:relative;overflow:hidden}.main-sidebar-profile-avatar-img{object-fit:cover;width:100%;height:100%}.main-sidebar-profile-info{margin-bottom:12px;padding:0 12px}.main-sidebar-profile-name{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:600;overflow:hidden}.main-sidebar-profile-headline{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.main-sidebar-profile-stats{background:#f3f2ef;justify-content:center;align-items:center;gap:12px;padding:12px;display:flex}.main-sidebar-profile-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.main-sidebar-profile-stat-label{color:#666;font-size:11px}.main-sidebar-profile-stat-value{color:#0a66c2;font-size:14px;font-weight:600}.main-sidebar-profile-stat-divider{background:#d0d0d0;width:1px;height:24px}.main-sidebar-nav{padding:8px 0}.main-sidebar-nav-item{color:#666;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.main-sidebar-nav-item:hover{color:#000;background:#f3f2ef}.main-sidebar-nav-item.active{color:#0a66c2;background:#e8f3fc}.main-sidebar-nav-item.active:before{content:"";background:#0a66c2;width:3px;position:absolute;top:0;bottom:0;left:0}.main-sidebar-nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;display:flex}.main-sidebar-nav-label{flex:1}.main-sidebar-footer{border-top:1px solid #e0e0e0;padding:12px}.main-sidebar-footer-link{color:#666;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.main-sidebar-footer-link:hover{color:#0a66c2;background:#f3f2ef}@media (max-width:768px){.main-sidebar{border-radius:0;height:100%}.main-sidebar-profile{padding-bottom:16px}.main-sidebar-nav{padding:12px 0}.main-sidebar-nav-item{padding:14px 20px;font-size:15px}}.main-right-sidebar{flex-direction:column;gap:16px;display:flex}.main-right-sidebar-widget{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.main-right-sidebar-widget-header{border-bottom:1px solid #e0e0e0;padding:12px 16px}.main-right-sidebar-widget-title{color:#000;margin:0;font-size:14px;font-weight:600}.main-right-sidebar-widget-content{padding:8px 0}.main-right-sidebar-widget-footer{color:#666;border-top:1px solid #e0e0e0;justify-content:center;align-items:center;gap:4px;padding:12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.main-right-sidebar-widget-footer:hover{color:#0a66c2;background:#f3f2ef}.suggested-connection-item{align-items:flex-start;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.suggested-connection-item:hover{background:#f3f2ef}.suggested-connection-avatar{color:#fff;background:linear-gradient(135deg,#0a66c2 0%,#0856a8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:600;display:flex}.suggested-connection-info{flex:1;min-width:0}.suggested-connection-name{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:14px;font-weight:600;overflow:hidden}.suggested-connection-headline{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:12px;overflow:hidden}.suggested-connection-mutual{color:#888;margin:0;font-size:11px}.suggested-connection-btn{color:#0a66c2;cursor:pointer;background:0 0;border:1px solid #0a66c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.suggested-connection-btn:hover{color:#fff;background:#0a66c2}.upcoming-meeting-item{cursor:pointer;align-items:flex-start;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.upcoming-meeting-item:hover{background:#f3f2ef}.upcoming-meeting-icon{color:#0a66c2;background:#e8f3fc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.upcoming-meeting-info{flex:1;min-width:0}.upcoming-meeting-title{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:13px;font-weight:600;overflow:hidden}.upcoming-meeting-time{color:#0a66c2;margin:0 0 2px;font-size:12px}.upcoming-meeting-attendees{color:#888;margin:0;font-size:11px}.upcoming-meeting-empty{text-align:center;color:#888;flex-direction:column;justify-content:center;align-items:center;padding:32px 16px;display:flex}.upcoming-meeting-empty p{margin:8px 0 0;font-size:13px}.right-sidebar-loading{padding:4px 0}.right-sidebar-skeleton-item{align-items:center;gap:12px;padding:10px 16px;display:flex}.right-sidebar-skeleton-avatar{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:1.5s infinite sidebar-shimmer}.right-sidebar-skeleton-text{flex-direction:column;flex:1;gap:6px;display:flex}.right-sidebar-skeleton-line{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:4px;height:12px;animation:1.5s infinite sidebar-shimmer}.right-sidebar-skeleton-line.short{width:60%}@keyframes sidebar-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.right-sidebar-empty{text-align:center;padding:20px 16px}.right-sidebar-empty p{color:#888;margin:0;font-size:13px}.suggested-connection-item{text-decoration:none}@media (max-width:1024px){.main-right-sidebar{display:none}}.bottom-nav{display:none}@media (max-width:768px){.bottom-nav{z-index:100;height:56px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #e0e0e0;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:#666;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;text-decoration:none;transition:all .2s;display:flex;position:relative}.bottom-nav-item:active{background:#f3f2ef}.bottom-nav-item.active{color:#0a66c2}.bottom-nav-item.active:after{content:"";background:#0a66c2;height:2px;position:absolute;top:0;left:0;right:0}.bottom-nav-icon{justify-content:center;align-items:center;display:flex}.bottom-nav-label{font-size:10px;font-weight:500}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (max-width:768px){.bottom-nav{padding-bottom:env(safe-area-inset-bottom)}}}.main-layout{background-color:#f3f2ef;flex-direction:column;min-height:100vh;display:flex}.main-layout-container{flex:1;justify-content:center;padding-top:56px;display:flex}.main-layout-content{grid-template-columns:240px 1fr 300px;align-items:start;gap:24px;width:100%;max-width:1128px;margin:0 auto;padding:24px 12px;display:grid}.main-layout-sidebar{height:fit-content;position:sticky;top:76px}.main-layout-main{min-height:400px}.main-layout-right-sidebar{height:fit-content;position:sticky;top:76px}.main-layout-overlay{display:none}@media (max-width:1024px){.main-layout-content{grid-template-columns:240px 1fr;gap:16px}.main-layout-right-sidebar{display:none}}@media (max-width:768px){.main-layout-container{padding-top:56px;padding-bottom:60px}.main-layout-content{grid-template-columns:1fr;gap:0;padding:16px 8px}.main-layout-sidebar{z-index:1000;background:#fff;width:280px;height:calc(100vh - 56px);display:none;position:fixed;top:56px;left:0;overflow-y:auto;box-shadow:2px 0 8px #00000026}.main-layout-sidebar.mobile-open{animation:.3s slideInLeft;display:block}.main-layout-overlay{z-index:999;background:#00000080;animation:.3s fadeIn;display:block;position:fixed;inset:56px 0 0}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.landing-page{--lp-primary:#093aaf;--lp-secondary:#06b6d4;--lp-accent:#f59e0b;--lp-bg-light:#fff;--lp-text-dark:#0f172a;--lp-hero-bg:#fafafa;--lp-border:#e2e8f0;--lp-bg:#fff;color:var(--lp-text-dark);background:var(--lp-bg-light);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.landing-page a{color:inherit;text-decoration:none}.landing-page a:hover{color:inherit}.landing-page .about-section .lp-container{max-width:1600px;padding:0 60px}.landing-page .lp-row{flex-wrap:wrap;margin:0 -15px;display:flex}.landing-page .lp-row.lp-g-4{gap:1.5rem;margin:0}.landing-page .lp-row.lp-g-5{gap:3rem;margin:0}.landing-page .lp-row.lp-align-center{align-items:center}.landing-page .lp-row.lp-justify-center{justify-content:center}.landing-page .lp-col{width:100%;padding:0 15px}.landing-page .lp-col-6{width:50%}.landing-page .lp-col-12{width:100%}@media (min-width:768px){.landing-page .lp-col-md-3{width:25%}.landing-page .lp-col-md-4{width:33.333%}.landing-page .lp-col-md-6{width:50%}}@media (min-width:992px){.landing-page .lp-col-lg-3{width:25%}.landing-page .lp-col-lg-4{width:33.333%}.landing-page .lp-col-lg-6{width:50%}}.landing-page .lp-text-center{text-align:center}.landing-page .lp-text-start{text-align:left}.landing-page .lp-text-muted{color:#000}.landing-page .lp-text-pill{color:var(--lp-primary)}.landing-page .lp-text-white{color:#fff}.landing-page .lp-text-black{color:#000}.landing-page .lp-text-uppercase{text-transform:uppercase}.landing-page .lp-fw-bold{font-weight:700}.landing-page .lp-small{font-size:.875rem}.landing-page .lp-lead{font-size:1rem;line-height:1.6}.landing-page .lp-display-5{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.2}.landing-page .lp-mx-auto{margin-left:auto;margin-right:auto}.landing-page .lp-mb-0{margin-bottom:0}.landing-page .lp-mb-3{margin-bottom:1rem}.landing-page .lp-mb-4{margin-bottom:.75rem}.landing-page .lp-mb-5{margin-bottom:1rem}.landing-page .lp-mt-3{margin-top:1rem}.landing-page .lp-mt-5{margin-top:3rem}.landing-page .lp-py-5{padding-top:2.5rem;padding-bottom:2.5rem}.landing-page .lp-p-3{padding:1rem}.landing-page .lp-p-4{padding:1.5rem}.landing-page .lp-w-100{width:100%}.landing-page .lp-d-flex{display:flex}.landing-page .lp-flex-column{flex-direction:column}.landing-page .lp-align-center{align-items:center}.landing-page .lp-justify-between{justify-content:space-between}.landing-page .lp-justify-center{justify-content:center}.landing-page .lp-gap-3{gap:1rem}.landing-page .lp-gap-5{gap:3rem}.landing-page .lp-flex-wrap{flex-wrap:wrap}@media (min-width:992px){.landing-page .lp-flex-lg-row{flex-direction:row}}.landing-page .gradient-bg{background:linear-gradient(158deg,#ceecff9e 0%,#d1f0ff26 50%,#dbedffc7 100%)}.landing-page .lp-badge{text-align:center;white-space:nowrap;vertical-align:baseline;color:var(--lp-primary);background:#093aaf1a;border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;line-height:1.2;display:inline-block}.landing-page .site-header{z-index:50;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #0000;width:100%;height:80px;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 8px #0000000a}.landing-page.landing-home .site-header,.landing-page:not(.landing-home) .site-header{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);box-shadow:0 2px 8px #0000000a}.landing-page .site-header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);border-color:#e2e8f0;box-shadow:0 4px 20px #00000014}.landing-page .nav-container{justify-content:space-between;align-items:center;gap:.5rem;max-width:1600px;height:100%;margin:0 auto;padding:0 .75rem;display:flex;position:relative}@media (min-width:900px){.landing-page .nav-container{padding:0 1rem}}@media (min-width:1000px){.landing-page .nav-container{gap:1rem;padding:0 1.5rem}}@media (min-width:1200px){.landing-page .nav-container{padding:0 2rem}}.landing-page .logo-wrapper{z-index:10;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.landing-page .logo-icon{object-fit:contain;flex-shrink:0;width:auto;height:140px;transition:all .3s}@media (max-width:767px){.landing-page .logo-wrapper{gap:8px}.landing-page .logo-icon{width:45px!important;height:45px!important}}.landing-page .logo-text{color:var(--lp-text-dark);letter-spacing:.01em;margin-left:-30px;font-size:1.15rem;font-weight:400;line-height:1}@media (max-width:767px){.landing-page .logo-text{font-size:1rem;font-weight:700;margin-left:0!important}}.landing-page .logo-img{object-fit:cover;width:auto;height:90px}.landing-page .desktop-nav{flex-wrap:nowrap;align-items:center;gap:.25rem;margin-left:auto;margin-right:auto;display:none}@media (min-width:768px){.landing-page .desktop-nav{display:flex}}@media (min-width:1000px){.landing-page .desktop-nav{gap:.5rem}}@media (min-width:1200px){.landing-page .desktop-nav{margin-left:0;margin-right:0;position:absolute;left:50%;transform:translate(-50%)}}.landing-page .nav-app-store-buttons{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:none}@media (min-width:768px){.landing-page .nav-app-store-buttons{display:flex}}@media (min-width:900px){.landing-page .nav-app-store-buttons{gap:6px}}@media (min-width:1200px){.landing-page .nav-app-store-buttons{gap:8px}}.landing-page .nav-link-item{color:#0f172a;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;padding:.5rem .6rem;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}@media (min-width:1200px){.landing-page .nav-link-item{padding:.65rem .85rem;font-size:15px}}.landing-page .nav-link-item:hover{color:#093aaf;background-color:#093aaf14;transform:translateY(-1px)}.landing-page .btn-nav{cursor:pointer;white-space:nowrap;border:none;border-radius:.6rem;flex-shrink:0;align-items:center;padding:.5rem 1rem;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}@media (min-width:1200px){.landing-page .btn-nav{padding:.6rem 1.25rem;font-size:15px}}.landing-page .btn-nav-outline{color:#0f172a;background:#fff9;border:1.5px solid #e2e8f0;margin-left:.75rem}.landing-page .btn-nav-outline:hover{background:#fff;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.landing-page .btn-nav-primary{color:#fff;background:linear-gradient(135deg,#093aaf 0%,#0a2463 100%);margin-left:.5rem;box-shadow:0 4px 15px #093aaf4d}.landing-page .btn-nav-primary:hover{background:linear-gradient(135deg,#0a2463 0%,#081d52 100%);transform:translateY(-2px);box-shadow:0 6px 25px #093aaf66}.landing-page .app-store-btn{opacity:.95;align-items:center;transition:all .2s;display:flex}.landing-page .app-store-btn img{object-fit:contain}.landing-page .app-store-btn img[src*=playstore]{width:auto;height:32px}.landing-page .app-store-btn img[src*=appstore]{width:auto;height:24px}@media (min-width:900px){.landing-page .app-store-btn img[src*=playstore]{height:40px}.landing-page .app-store-btn img[src*=appstore]{height:30px}}@media (min-width:1000px){.landing-page .app-store-btn img[src*=playstore]{height:50px}.landing-page .app-store-btn img[src*=appstore]{height:35px}}@media (min-width:1200px){.landing-page .app-store-btn img[src*=playstore]{height:65px}.landing-page .app-store-btn img[src*=appstore]{height:45px}}.landing-page .app-store-btn:hover{opacity:1;transform:translateY(-2px)}.landing-page .mobile-toggle{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem;display:block}@media (min-width:768px){.landing-page .mobile-toggle{display:none}}.landing-page .menu-icon{stroke:currentColor;width:1.25rem;height:1.25rem;transition:transform .3s ease-in-out}.landing-page .menu-icon.open{transform:rotate(-45deg)}.landing-page .mobile-menu-portal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;border-top:1px solid var(--lp-border);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background-color:#fffffffa;flex-direction:column;padding:1.5rem 1rem;display:none;position:fixed;inset:78px 0 0;overflow:hidden auto}.landing-page .mobile-menu-portal.active{animation:.2s ease-out fadeIn;display:flex}.landing-page .mobile-links{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.landing-page .mobile-app-buttons{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:12px;margin-bottom:1rem;padding:20px 0;display:flex}.landing-page .mobile-app-buttons .get-app-label{color:#475569;font-size:16px;font-weight:600}.landing-page .mobile-app-buttons .app-buttons-row{align-items:center;gap:12px;display:flex}.landing-page .mobile-app-buttons .app-store-btn img[src*=playstore]{width:auto;height:90px}.landing-page .mobile-app-buttons .app-store-btn img[src*=appstore]{width:auto;height:65px}.landing-page .hero-banner-section{width:100%;position:relative}.landing-page .hero-carousel-item{text-align:center;flex-direction:column;align-items:center;width:100%;display:none}.landing-page .hero-carousel-item.active{display:flex}.landing-page .hero-banner-wrapper{width:100%;height:100%;padding:0}.landing-page .hero-banner-card{text-align:center;background:#0a0e1a;border-radius:0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:calc(100vh - 90px);padding:110px 60px 100px;display:flex;position:relative;overflow:hidden}@media (max-width:767px){.landing-page .hero-banner-card{min-height:calc(100vh - 80px);padding:120px 20px 60px}}.landing-page .hero-bg-image{z-index:0;opacity:0;background-position:50% 20%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .8s;position:absolute;inset:0}.landing-page .hero-carousel-item.active .hero-bg-image{opacity:1}.landing-page .hero-bg-overlay{z-index:0;background:linear-gradient(#00000073 0%,#0006 50%,#00000080 100%);width:100%;height:100%;position:absolute;inset:0}.landing-page .hero-tagline-wrapper{z-index:10;pointer-events:none;justify-content:center;padding:1.5rem 1rem;animation:.8s ease-out fadeInDown;display:flex;position:absolute;top:0;left:0;right:0}.landing-page .hero-tagline{pointer-events:all;background:#0006;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:1rem;padding:.75rem 2rem;transition:all .3s;display:flex;box-shadow:0 4px 16px #0000004d}.landing-page .hero-tagline:hover{background:#000c;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 24px #0006}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.landing-page .hero-tagline-text{color:#fff;letter-spacing:.5px;text-shadow:0 2px 8px #0006;font-size:1.125rem;font-weight:600}.landing-page .hero-tagline-divider{background:linear-gradient(135deg,#fff,#fff9);border-radius:50%;width:4px;height:4px;box-shadow:0 2px 8px #fff6}.landing-page .hero-banner-glow{pointer-events:none;z-index:1;border-radius:0;position:absolute;inset:0;box-shadow:inset 0 -16px 128px #093aaf4d,inset 0 -16px 32px #093aaf33,inset 0 16px 128px #093aaf4d,inset 0 16px 32px #093aaf33}.landing-page.landing-home .hero-carousel-item .lp-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3}.landing-page .about-hero-card{background:#0a0e1a}.landing-page .about-hero-bg{z-index:0;opacity:.6;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.landing-page .about-hero-overlay{z-index:0;background:linear-gradient(#0a0e1a80 0%,#0a0e1aa6 50%,#0a0e1acc 100%);width:100%;height:100%;position:absolute;inset:0}.landing-page .about-hero-title{color:#fff!important;text-shadow:0 2px 20px #0000004d!important}.landing-page .about-hero-desc{color:#ffffffd9!important;text-shadow:0 1px 10px #0003!important}.landing-page .about-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #fff3;color:#fff!important;background:#ffffff26!important}.landing-page .about-hero-banner{align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.landing-page .about-hero-image{width:100%;height:100%;position:absolute;inset:0}.landing-page .about-hero-image img{object-fit:cover;object-position:center;width:100%;height:100%}.landing-page .about-hero-overlay{background:linear-gradient(90deg,#093aafd9 0%,#093aaf99 50%,#093aaf66 100%);position:absolute;inset:0}.landing-page .about-hero-text{z-index:2;color:#fff;max-width:1400px;margin:0 auto;padding:0 60px;position:relative}.landing-page .about-hero-label{letter-spacing:2px;color:#fff;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:600;display:inline-block}.landing-page .about-hero-title{color:#fff;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.landing-page .about-hero-description{color:#fffffff2;max-width:700px;font-size:1.25rem;line-height:1.6}.landing-page .about-tabs-section{z-index:1;background:#f8fafc;margin-top:-40px;padding:0 0 60px;position:relative}.landing-page .about-tabs-container{background:#fff;border-radius:0 0 24px 24px;max-width:1400px;margin:0 auto;padding:0 40px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.landing-page .about-tabs-nav{background:#f8fafc;border-bottom:3px solid #e2e8f0;display:flex}.landing-page .about-tab-btn{cursor:pointer;color:#64748b;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:10px;padding:25px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative}.landing-page .about-tab-btn .tab-icon{color:#94a3b8;font-size:24px;transition:all .3s}.landing-page .about-tab-btn:hover{color:#0f172a;background:#fff}.landing-page .about-tab-btn:hover .tab-icon{color:var(--lp-primary);transform:scale(1.1)}.landing-page .about-tab-btn.active{color:var(--lp-primary);background:#fff}.landing-page .about-tab-btn.active .tab-icon{color:var(--lp-primary)}.landing-page .about-tab-btn.active:after{content:"";background:var(--lp-primary);height:3px;position:absolute;bottom:-3px;left:0;right:0}.landing-page .about-tabs-content{background:#fff;padding:60px}.landing-page .about-content-grid{grid-template-columns:1fr .75fr;align-items:flex-start;gap:40px;display:grid}.landing-page .about-content-text{color:#1e293b;font-size:1rem;line-height:1.8}.landing-page .about-content-text p{margin-bottom:.75rem}.landing-page .about-content-text strong{color:var(--lp-primary);font-weight:600}.landing-page .about-content-image{border-radius:16px;max-height:400px;position:sticky;top:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.landing-page .about-content-image img{object-fit:cover;width:100%;height:100%;display:block}.landing-page .about-features-list{margin:2rem 0;padding:0;list-style:none}.landing-page .about-features-list li{background:#f8fafc;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:15px;transition:all .3s;display:flex}.landing-page .about-features-list li:hover{background:#f0f9ff;transform:translate(5px)}.landing-page .about-features-list svg{color:#22c55e;flex-shrink:0;margin-top:2px;font-size:20px}.landing-page .about-mission-intro,.landing-page .about-vision-intro{color:var(--lp-primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:500;line-height:1.6}.landing-page .mission-pillars{flex-direction:column;gap:20px;margin-top:30px;display:flex}.landing-page .mission-pillar{border-left:4px solid var(--lp-primary);background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:8px;padding:20px;transition:all .3s}.landing-page .mission-pillar:hover{transform:translate(5px);box-shadow:0 4px 12px #093aaf1a}.landing-page .mission-pillar h4{color:var(--lp-primary);align-items:center;gap:10px;margin-bottom:10px;font-size:1.1rem;display:flex}.landing-page .mission-pillar h4 svg{font-size:20px}.landing-page .mission-pillar p{color:#1e293b;margin:0;line-height:1.6}.landing-page .vision-points{margin:2rem 0;padding:0;list-style:none}.landing-page .vision-points li{color:#1e293b;margin-bottom:15px;padding-left:30px;line-height:1.8;position:relative}.landing-page .vision-points li:before{content:"✓";color:#22c55e;font-size:18px;font-weight:700;position:absolute;left:0}@media (max-width:992px){.landing-page .about-hero-banner{height:400px}.landing-page .about-hero-text{padding:0 40px}.landing-page .about-tabs-section{padding:40px 0}.landing-page .about-tabs-container{border-radius:20px;padding:0 20px}.landing-page .about-content-grid{grid-template-columns:1fr;gap:40px}.landing-page .about-content-image{position:relative;top:0}.landing-page .about-tabs-content{padding:40px}}@media (max-width:768px){.landing-page .about-hero-banner{height:350px}.landing-page .about-hero-text{padding:0 20px}.landing-page .about-hero-title{font-size:2rem}.landing-page .about-hero-description{font-size:1.05rem}.landing-page .about-tabs-section{padding:30px 0}.landing-page .about-tabs-container{border-radius:16px;padding:0 15px}.landing-page .about-tabs-nav{flex-wrap:wrap}.landing-page .about-tab-btn{flex:50%;padding:20px 15px;font-size:12px}.landing-page .about-tab-btn .tab-icon{font-size:20px}.landing-page .about-tabs-content{padding:30px 20px}.landing-page .mission-pillars{gap:15px}}.landing-page .hero-banner-title{letter-spacing:-.02em;color:#fff;z-index:1;text-shadow:0 2px 20px #0000004d;max-width:900px;margin:auto;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;position:relative}.landing-page .hero-banner-desc{color:#ffffffd9;z-index:1;text-shadow:0 1px 10px #0003;max-width:600px;margin:auto;font-size:1rem;line-height:1.6;position:relative}.landing-page .carousel-indicators{z-index:10;justify-content:center;margin-top:-60px;padding:1.5rem 0;display:flex;position:relative}.landing-page .carousel-indicator{opacity:.4;cursor:pointer;background-color:#fff;border:none;border-radius:50%;width:10px;height:10px;margin:0 8px;padding:0;transition:opacity .3s}.landing-page .carousel-indicator.active{opacity:1}.landing-page .hero-join-btn{z-index:1;color:#fff;background:var(--lp-primary);cursor:pointer;opacity:0;border:none;border-radius:14px;margin-top:1.5rem;padding:.85rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;transform:translateY(20px);box-shadow:0 8px 20px #093aaf59}.landing-page .hero-join-btn:hover{background:linear-gradient(135deg,#093aaf 0%,#0a2463 100%);transform:translateY(-3px);box-shadow:0 14px 30px #093aaf73}.landing-page .hero-carousel-item .lp-badge,.landing-page .hero-carousel-item .hero-banner-title,.landing-page .hero-carousel-item .hero-banner-desc,.landing-page .hero-carousel-item .hero-join-btn{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.landing-page .hero-carousel-item.active .lp-badge{opacity:1;transition-delay:.2s;transform:translateY(0)}.landing-page .hero-carousel-item.active .hero-banner-title{opacity:1;transition-delay:.4s;transform:translateY(0)}.landing-page .hero-carousel-item.active .hero-banner-desc{opacity:1;transition-delay:.6s;transform:translateY(0)}.landing-page .hero-carousel-item.active .hero-join-btn{opacity:1;transition-delay:.8s;transform:translateY(0)}@media (max-width:768px){.landing-page .hero-tagline-wrapper{padding:1rem .75rem}.landing-page .hero-tagline{gap:.625rem;padding:.5rem 1.25rem}.landing-page .hero-tagline-text{font-size:.875rem}.landing-page .hero-tagline-divider{width:3px;height:3px}}@media (max-width:576px){.landing-page .hero-banner-card{border-radius:0;min-height:380px;padding:100px 20px 80px}.landing-page .hero-banner-wrapper{min-height:380px}.landing-page .hero-tagline{gap:.5rem;padding:.4rem 1rem}.landing-page .hero-tagline-text{letter-spacing:.3px;font-size:.75rem}.landing-page .hero-tagline-divider{width:2.5px;height:2.5px}}.landing-page .stats-wrapper{z-index:20;max-width:900px;box-shadow:none;background:0 0;border:none;border-radius:0;margin:-120px auto 30px;padding:30px 40px;position:relative}.landing-page .stats-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:100%;margin:0 auto;display:grid}@media (min-width:768px){.landing-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.landing-page .stats-grid h3{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 12px #0006;margin-bottom:.25rem;font-size:2.2rem;font-weight:700}.landing-page .stats-grid p{text-transform:uppercase;color:#fffffff2;letter-spacing:.05em;text-shadow:0 2px 8px #0000004d;margin:0;font-size:.8rem;font-weight:700}@media (max-width:576px){.landing-page .stats-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000006b;border-radius:18px;margin-top:-85px;padding:26px 22px}.landing-page .stats-grid h3{font-size:1.9rem;font-weight:800}.landing-page .stats-grid p{word-break:break-word;font-size:.68rem;font-weight:700;line-height:1.35}.landing-page .stats-grid{gap:1.85rem}}.landing-page .services-section{background:#fff;margin-top:0;padding:0 0 20px}.landing-page .services-hero-title{color:var(--lp-text-dark);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.landing-page .services-tagline{text-align:center;color:#000;letter-spacing:.01em;margin-top:2rem;margin-bottom:0;font-size:1.25rem;font-style:italic;font-weight:600}.landing-page .four-pillars-tagline{color:#000;letter-spacing:.01em;font-size:1.25rem;font-weight:600}.landing-page .four-pillars-tagline .highlight-number{color:var(--lp-primary);font-size:1.35rem;font-weight:700}.landing-page .features-grid{z-index:10;grid-template-columns:1fr;gap:0;max-width:1280px;margin:0 auto;display:grid;position:relative}@media (min-width:768px){.landing-page .features-grid{grid-template-columns:repeat(4,1fr)}}.landing-page .feature-item{flex-direction:column;padding:2.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.landing-page .feature-header-row{z-index:10;align-items:center;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.landing-page .feature-content-wrapper{flex:1;gap:1rem;display:flex;position:relative}@media (min-width:768px){.landing-page .feature-item{border-right:1px solid var(--lp-border)}.landing-page .feature-item:nth-child(4n+1){border-left:1px solid var(--lp-border)}.landing-page .feature-item:nth-child(-n+4){border-bottom:1px solid var(--lp-border)}}.landing-page .feature-hover-bg{opacity:0;pointer-events:none;z-index:0;width:100%;height:100%;transition:opacity .2s;position:absolute;inset:0}.landing-page .feature-item:nth-child(-n+4) .feature-hover-bg{background:linear-gradient(#0000,#f1f5f9)}.landing-page .feature-item:nth-child(n+5) .feature-hover-bg{background:linear-gradient(#f1f5f9,#0000)}.landing-page .feature-item:hover .feature-hover-bg{opacity:1}.landing-page .feature-icon-wrapper{z-index:10;color:#000;flex-shrink:0;margin-bottom:0;font-size:1.5rem;transition:color .3s,transform .3s;position:relative}.landing-page .feature-item:hover .feature-icon-wrapper{color:var(--lp-primary);transform:scale(1.15)}.landing-page .feature-title-wrapper{z-index:10;flex-shrink:0;margin-bottom:0;font-size:1.125rem;font-weight:700;position:relative}.landing-page .feature-accent-bar{background-color:#d1d5db;border-radius:9999px;flex-shrink:0;width:4px;height:auto;min-height:100%;transition:all .2s;position:relative;top:0;left:0;transform:none}.landing-page .feature-item:hover .feature-accent-bar{background-color:var(--lp-primary)}.landing-page .feature-title-text{color:#1f2937;word-wrap:break-word;max-width:100%;transition:transform .2s;display:inline-block}.landing-page .feature-item:hover .feature-title-text{transform:translate(.5rem)}.landing-page .feature-description{color:#000;z-index:10;flex:1;max-width:20rem;margin:0;font-size:.875rem;position:relative}.landing-page .feature-description strong{color:var(--lp-primary);font-weight:600}.landing-page .expanding-cards-wrapper{flex-direction:column;gap:12px;max-width:1400px;margin:0 auto;padding:0 20px;display:flex;position:relative}.landing-page .expanding-cards-wrapper:before{content:"";filter:blur(60px);opacity:.6;pointer-events:none;z-index:0;background:radial-gradient(#093aaf14 0%,#0000 70%);width:80%;height:60%;animation:4s ease-in-out infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.1)}}@media (min-width:768px){.landing-page .expanding-cards-wrapper{flex-direction:row;gap:16px;height:500px}}.landing-page .expanding-card{cursor:pointer;z-index:1;background:linear-gradient(135deg,#334155 0%,#1e293b 100%);border-radius:16px;flex:1;min-height:520px;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (max-width:767px){.landing-page .expanding-card{min-height:auto}}@media (min-width:768px){.landing-page .expanding-card{height:100%;min-height:580px}.landing-page .expanding-card:hover{flex:3;transform:translateY(-2px);box-shadow:0 20px 40px #00000040,inset 0 0 0 1px #ffffff1a}.landing-page .expanding-card:before{content:"";-webkit-mask-composite:xor;opacity:0;z-index:-1;background:linear-gradient(135deg,#0000,#0000);border-radius:16px;padding:2px;transition:opacity .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-page .expanding-card:first-child:before{background:linear-gradient(135deg,#3b82f6,#2563eb)}.landing-page .expanding-card:nth-child(2):before{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.landing-page .expanding-card:nth-child(3):before{background:linear-gradient(135deg,#10b981,#059669)}.landing-page .expanding-card:nth-child(4):before{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-page .expanding-card:hover:before{opacity:1}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded{flex:3;box-shadow:0 20px 40px #00000040,inset 0 0 0 1px #ffffff1a}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded:before{opacity:1}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-border{height:6px;animation:2s infinite borderFlow;box-shadow:0 -4px 20px}}.landing-page .expanding-card-bg{filter:grayscale();opacity:.15;background-position:50%;background-size:cover;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.landing-page .expanding-card:hover .expanding-card-bg,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-bg{filter:grayscale(60%);opacity:.25;transform:scale(1.05)}.landing-page .expanding-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:100%;transition:left .8s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.landing-page .expanding-card:hover:after{left:100%}.landing-page .expanding-card-gradient{background:linear-gradient(#0000 0%,#0006 60%,#000c 100%);position:absolute;inset:0}.landing-page .expanding-card-border{background-size:200% 100%;height:4px;transition:all .6s cubic-bezier(.4,0,.2,1);animation:3s infinite borderFlow;position:absolute;bottom:0;left:0;right:0}@keyframes borderFlow{0%,to{background-position:0%}50%{background-position:100%}}.landing-page .expanding-card:hover .expanding-card-border{height:6px;animation:2s infinite borderFlow;box-shadow:0 -4px 20px}.landing-page .expanding-card:first-child .expanding-card-border{color:#3b82f6;background:linear-gradient(90deg,#3b82f6,#2563eb,#3b82f6)}.landing-page .expanding-card:nth-child(2) .expanding-card-border{color:#8b5cf6;background:linear-gradient(90deg,#8b5cf6,#7c3aed,#8b5cf6)}.landing-page .expanding-card:nth-child(3) .expanding-card-border{color:#10b981;background:linear-gradient(90deg,#10b981,#059669,#10b981)}.landing-page .expanding-card:nth-child(4) .expanding-card-border{color:#f59e0b;background:linear-gradient(90deg,#f59e0b,#d97706,#f59e0b)}.landing-page .expanding-card-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:3.5rem 2rem 2rem;display:flex;position:relative}@media (max-width:767px){.landing-page .expanding-card-content{padding:3rem 1.5rem 1.5rem}}.landing-page .expanding-card-vertical-title{color:#fff;white-space:nowrap;opacity:1;pointer-events:none;font-size:1.5rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}@media (max-width:767px){.landing-page .expanding-card-vertical-title{opacity:0;font-size:1.25rem;display:none;position:static;transform:none}}.landing-page .expanding-card:hover .expanding-card-vertical-title,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-vertical-title{opacity:0;transform:translate(-50%,-50%)rotate(-90deg)scale(.8)}.landing-page .expanding-card-expanded{opacity:0;pointer-events:none;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}@media (max-width:767px){.landing-page .expanding-card-expanded{opacity:1;pointer-events:all;transform:translateY(0)}.landing-page .expanding-card-vertical-title{display:none}}.landing-page .expanding-card:hover .expanding-card-expanded,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-expanded{opacity:1;pointer-events:all;transform:translateY(0)}.landing-page .expanding-card-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0003}.landing-page .expanding-card:hover .expanding-card-icon,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-icon{background:#fff3;transform:scale(1.1)rotate(5deg);box-shadow:0 8px 24px #fff3}.landing-page .expanding-card-icon svg{transition:transform .4s cubic-bezier(.4,0,.2,1)}.landing-page .expanding-card:hover .expanding-card-icon svg,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-icon svg{filter:drop-shadow(0 0 8px #ffffff80);transform:scale(1.1)}.landing-page .expanding-card-title{color:#fff;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.3;transition:all .3s}@media (max-width:767px){.landing-page .expanding-card-title{font-size:1.5rem}}.landing-page .expanding-card:hover .expanding-card-title,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-title{letter-spacing:.02em;text-shadow:0 2px 20px #ffffff4d}.landing-page .expanding-card-subtitle{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.875rem;font-weight:600;transition:all .3s}.landing-page .expanding-card:hover .expanding-card-subtitle,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-subtitle{color:#ffffffe6;letter-spacing:.12em}.landing-page .expanding-card-desc{color:#ffffffe6;max-width:500px;font-size:.9375rem;line-height:1.6}.landing-page .expanding-card-desc strong{color:#fff;font-weight:600}.landing-page .expanding-card-features-list{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.landing-page .expanding-card-feature-item{opacity:.9;align-items:flex-start;gap:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(0)}.landing-page .expanding-card:hover .expanding-card-feature-item,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-item{opacity:1;transform:translate(4px)}.landing-page .expanding-card:hover .expanding-card-feature-item:first-child{transition-delay:.1s}.landing-page .expanding-card:hover .expanding-card-feature-item:nth-child(2){transition-delay:.15s}.landing-page .expanding-card:hover .expanding-card-feature-item:nth-child(3){transition-delay:.2s}.landing-page .expanding-card:hover .expanding-card-feature-item:nth-child(4){transition-delay:.25s}.landing-page .expanding-card:hover .expanding-card-feature-item:nth-child(5){transition-delay:.3s}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-item:first-child{transition-delay:.1s}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-item:nth-child(2){transition-delay:.15s}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-item:nth-child(3){transition-delay:.2s}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-item:nth-child(4){transition-delay:.25s}.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-item:nth-child(5){transition-delay:.3s}.landing-page .expanding-card-feature-bullet{background:#ffffffb3;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.5rem;transition:all .3s}.landing-page .expanding-card:hover .expanding-card-feature-bullet,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-bullet{background:#fff;transform:scale(1.2);box-shadow:0 0 8px #fff9}.landing-page .expanding-card-feature-text{color:#ffffffe6;margin:0;font-size:.9375rem;line-height:1.6;transition:color .3s}.landing-page .expanding-card:hover .expanding-card-feature-text,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-text{color:#fff}.landing-page .expanding-card-feature-text strong{color:#fff;font-weight:600;transition:all .3s}.landing-page .expanding-card:hover .expanding-card-feature-text strong,.landing-page .expanding-cards-wrapper:not(:hover) .expanding-card.default-expanded .expanding-card-feature-text strong{text-shadow:0 0 10px #fff6}.landing-page .about-section{padding:20px 0 40px;position:relative;overflow:hidden}.landing-page .about-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:992px){.landing-page .about-grid{grid-template-columns:1fr 1fr;gap:3rem}}.landing-page .about-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--lp-primary);background:#093aaf14;border-radius:999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.landing-page .about-text{color:#000;margin-bottom:2rem;font-size:1rem;line-height:1.6}.landing-page .about-text strong,.landing-page .value-card-desc strong,.landing-page .lp-lead strong,.landing-page .adv-item p strong{color:var(--lp-primary);font-weight:600}.landing-page .about-value-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.landing-page .value-card{border:1px solid var(--lp-border);background:#fff;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:all .3s;display:flex}.landing-page .value-card:hover{border-color:var(--lp-primary);background:#f8fafc;transform:translateY(-5px)}.landing-page .value-card-header{align-items:center;gap:.75rem;display:flex}.landing-page .value-card-icon{color:var(--lp-primary);flex-shrink:0;margin-bottom:0;font-size:1.5rem}.landing-page .value-card-title{color:var(--lp-text-dark);margin-top:0;margin-bottom:0;font-size:1rem;font-weight:600}.landing-page .value-card-desc{color:#000;margin:0;font-size:.9rem;line-height:1.6}.landing-page .about-image-container{aspect-ratio:1;padding:10px;position:relative}.landing-page .blob-bg{z-index:1;background:radial-gradient(circle,#4f46e51a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .about-image-slider{z-index:2;width:100%;height:100%;position:relative}.landing-page .about-main-img{object-fit:cover;border-radius:20px;width:100%;height:100%;box-shadow:0 30px 60px #0000001a}.landing-page .about-slider-img{opacity:0;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.landing-page .about-slider-img.active{opacity:1;z-index:1}.landing-page .floating-stat-card{z-index:3;border:1px solid var(--lp-border);background:#fff;border-radius:20px;align-items:center;gap:.75rem;padding:1.5rem;animation:6s ease-in-out infinite floatCard;display:flex;position:absolute;box-shadow:0 20px 40px #0000001a}.landing-page .floating-stat-card .stat-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1rem;display:flex}.landing-page .floating-stat-card .stat-icon.primary{background:var(--lp-primary)}.landing-page .floating-stat-card .stat-icon.success{background:#22c55e}.landing-page .floating-stat-card .stat-value{color:var(--lp-text-dark);font-size:1.25rem;font-weight:700;line-height:1}.landing-page .floating-stat-card .stat-label{color:#000;font-size:.8rem}.landing-page .stat-card-1{top:5%;left:-8%}.landing-page .stat-card-2{animation-delay:1s;bottom:8%;right:2%}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:576px){.landing-page .stat-card-1{top:3%;left:2%;right:auto}.landing-page .stat-card-2{bottom:5%;left:auto;right:2%}}.landing-page .cta-section{background:var(--lp-bg-light);padding:30px 0}.landing-page .cta-container{text-align:center;border-radius:2rem;flex-direction:column;align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.landing-page .cta-bg-image{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.landing-page .cta-bg-overlay{z-index:0;background:linear-gradient(#0a0e1a99 0%,#0a0e1abf 50%,#0a0e1ae0 100%);width:100%;height:100%;position:absolute;inset:0}@media (min-width:768px){.landing-page .cta-container{gap:2rem;padding:6rem 2rem}}.landing-page .cta-glow{pointer-events:none;opacity:0;border-radius:2rem;position:absolute;inset:0;transform:scale(.95);box-shadow:inset 0 -16px 128px #093aaf40,inset 0 -16px 32px #093aaf40,inset 0 16px 128px #093aaf40,inset 0 16px 32px #093aaf40}.landing-page .cta-title{letter-spacing:-.02em;color:#fff;opacity:0;max-width:800px;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;transform:translateY(10px)}.landing-page .cta-description{color:#fffc;opacity:0;max-width:600px;font-size:1.1rem;transform:translateY(10px)}.landing-page .cta-title,.landing-page .cta-description{z-index:1;position:relative}.landing-page .cta-button{z-index:1;color:#fff;background:var(--lp-primary);cursor:pointer;opacity:0;border:none;border-radius:14px;padding:1rem 2.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-block;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 10px 25px #2563eb40}.landing-page .cta-button:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2563eb59}.landing-page .cta-button:before{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .8s;position:absolute;top:0;left:-100%}.landing-page .cta-button:hover:before{left:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.landing-page .cta-section .lp-badge{opacity:0;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#ffffff26;border:1px solid #fff3;position:relative;transform:translateY(10px)}.landing-page .cta-section.animate .lp-badge{animation:.5s ease-out .1s forwards fadeInUp}.landing-page .cta-section.animate .cta-title{animation:.5s ease-out .2s forwards fadeInUp}.landing-page .cta-section.animate .cta-description{animation:.5s ease-out .3s forwards fadeInUp}.landing-page .cta-section.animate .cta-button{animation:.5s ease-out .5s forwards fadeInUp}.landing-page .cta-section.animate .cta-glow{animation:.5s ease-out .7s forwards scaleIn}.landing-page .roadmap-section{background:#fff;padding:20px 0}.landing-page .roadmap-header{margin-bottom:2.5rem}.landing-page .roadmap-subtitle{color:#000;max-width:600px;margin-top:.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.landing-page .roadmap-image-container{width:100%;margin:0;padding:0}.landing-page .roadmap-image{width:100%;max-width:none;height:auto;display:block}@media (max-width:768px){.landing-page .roadmap-section{padding:20px 0}.landing-page .roadmap-image-container{padding:0 15px}}@keyframes dpFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dpFadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes dpPopIn{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.15)}80%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes dpTrailDraw{to{stroke-dashoffset:0}}@keyframes dpShimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(300%)skew(-15deg)}}@keyframes dpPulseRing{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2)}}@keyframes dpFloat{0%,to{opacity:.15;transform:translate(0)scale(1)}50%{transform:translate(var(--dx),var(--dy))scale(1.2);opacity:.35}}@keyframes dpGridPulse{0%,to{opacity:.3}50%{opacity:.7}}@keyframes dpTravellerGlow{0%,to{filter:drop-shadow(0 0 4px #06b6d499);r:5}50%{filter:drop-shadow(0 0 14px #06b6d4);r:7}}@keyframes dpNodePulse{0%{opacity:0;r:0}50%{opacity:.6}to{opacity:0;r:16}}@keyframes dpStepTop{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes dpStepBottom{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.landing-page .darkpath-section{box-sizing:border-box;background:linear-gradient(#050a15 0%,#0b1022 40%,#0f1629 70%,#080c18 100%);padding:30px 0;position:relative;overflow:hidden}.landing-page .darkpath-grid-bg{pointer-events:none;background-image:linear-gradient(#06b6d408 1px,#0000 1px),linear-gradient(90deg,#06b6d408 1px,#0000 1px);background-size:60px 60px;animation:8s ease-in-out infinite dpGridPulse;position:absolute;inset:0}.landing-page .darkpath-particles{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.landing-page .darkpath-particle{animation:dpFloat var(--dur)ease-in-out infinite;background:radial-gradient(circle,#06b6d480,#0000 70%);border-radius:50%;position:absolute}.landing-page .dp-p1{--dx:20px;--dy:-15px;--dur:7s;width:5px;height:5px;top:10%;left:6%}.landing-page .dp-p2{--dx:-15px;--dy:20px;--dur:9s;width:4px;height:4px;animation-delay:1s;top:25%;right:10%}.landing-page .dp-p3{--dx:25px;--dy:10px;--dur:11s;width:7px;height:7px;animation-delay:2s;top:65%;left:4%}.landing-page .dp-p4{--dx:-10px;--dy:-20px;--dur:8s;width:3px;height:3px;animation-delay:.5s;top:80%;right:6%}.landing-page .dp-p5{--dx:-20px;--dy:15px;--dur:10s;width:5px;height:5px;animation-delay:3s;top:15%;left:88%}.landing-page .dp-p6{--dx:15px;--dy:-10px;--dur:12s;width:4px;height:4px;animation-delay:4s;top:90%;left:50%}.landing-page .darkpath-inner{z-index:1;box-sizing:border-box;flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 40px;display:flex;position:relative}.landing-page .darkpath-header{text-align:center;margin-bottom:10px}.landing-page .darkpath-badge-anim{animation:.8s cubic-bezier(.16,1,.3,1) both dpFadeUp}.landing-page .darkpath-header .lp-badge{color:#06b6d4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#06b6d41a;border:1px solid #06b6d433}.landing-page .darkpath-title-anim{animation:.8s cubic-bezier(.16,1,.3,1) .15s both dpFadeUp}.landing-page .darkpath-header .lp-display-5{color:#fff;background:linear-gradient(135deg,#fff 0%,#a5f3fc 40%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.4rem;margin-bottom:.15rem}.landing-page .darkpath-sub-anim{animation:.8s cubic-bezier(.16,1,.3,1) .3s both dpFadeUp}.landing-page .darkpath-subtitle{color:#ffffff80;font-size:.95rem}.landing-page .darkpath-timeline{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:6px;padding:0 6px;display:flex;position:relative}.landing-page .darkpath-svg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.landing-page .darkpath-trail-glow{stroke-dasharray:1800;stroke-dashoffset:1800px;animation:3s cubic-bezier(.4,0,.2,1) .5s forwards dpTrailDraw}.landing-page .darkpath-traveller{opacity:.9;animation:2s ease-in-out infinite dpTravellerGlow}.landing-page .darkpath-node-dot{opacity:0;animation:3s ease-out infinite dpNodePulse}.landing-page .darkpath-step{z-index:2;text-align:center;opacity:0;flex-direction:column;align-items:center;gap:8px;width:18%;min-width:0;animation-duration:.7s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both;display:flex;position:relative}.landing-page .darkpath-step-top{margin-bottom:28%;animation-name:dpStepTop}.landing-page .darkpath-step-bottom .darkpath-pin{transform:translateY(18px)}.landing-page .darkpath-step-bottom:nth-of-type(2) .darkpath-pin{transform:translate(-40px,35px)}.landing-page .darkpath-step-bottom:nth-of-type(4) .darkpath-pin{transform:translate(40px,35px)}.landing-page .darkpath-step-bottom:nth-of-type(2) .darkpath-card,.landing-page .darkpath-step-bottom:nth-of-type(2):after{position:relative;left:-40px}.landing-page .darkpath-step-bottom:nth-of-type(4) .darkpath-card,.landing-page .darkpath-step-bottom:nth-of-type(4):after{position:relative;left:40px}.landing-page .darkpath-step-bottom:nth-of-type(2):after,.landing-page .darkpath-step-bottom:nth-of-type(2) .darkpath-card,.landing-page .darkpath-step-bottom:nth-of-type(4):after,.landing-page .darkpath-step-bottom:nth-of-type(4) .darkpath-card{top:20px}.landing-page .darkpath-step-bottom{flex-direction:column-reverse;margin-top:28%;animation-name:dpStepBottom}.landing-page .darkpath-step:after{content:"";background:linear-gradient(#06b6d4b3,#06b6d433);border-radius:2px;flex-shrink:0;order:1;width:3px;height:32px}.landing-page .darkpath-step-top .darkpath-card{order:0}.landing-page .darkpath-step-top .darkpath-pin,.landing-page .darkpath-step-bottom .darkpath-pin{order:2}.landing-page .darkpath-step-bottom .darkpath-card{order:0}.landing-page .darkpath-step-bottom:after{background:linear-gradient(#06b6d41a,#06b6d499)}.landing-page .darkpath-pin{flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-page .darkpath-pin-head{width:52px;height:52px;animation:.6s cubic-bezier(.34,1.56,.64,1) both dpPopIn;animation-delay:inherit;background:linear-gradient(135deg,#093aaf,#06b6d4);border:3px solid #06b6d466;border-radius:50%;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 8px 32px #06b6d499,0 0 70px #06b6d433}.landing-page .darkpath-step:hover .darkpath-pin-head{transform:scale(1.15);box-shadow:0 6px 30px #06b6d480,0 0 70px #06b6d41f}.landing-page .darkpath-pin-ring{pointer-events:none;border:2px solid #06b6d459;border-radius:50%;animation:2.5s ease-out infinite dpPulseRing;position:absolute;inset:-3px}.landing-page .darkpath-pin-head span{color:#fff;filter:drop-shadow(0 0 6px #fff6);font-size:1.1rem}.landing-page .darkpath-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) both dpFadeUp;animation-delay:inherit;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;width:100%;padding:.65rem .85rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d}.landing-page .darkpath-step-bottom .darkpath-card{animation-name:dpFadeDown}.landing-page .darkpath-card-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#06b6d40f,#0000);width:40%;height:100%;animation:5s ease-in-out 2s infinite dpShimmer;position:absolute;top:0;left:0}.landing-page .darkpath-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#093aaf,#06b6d4,#22c55e);height:2px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.landing-page .darkpath-step:hover .darkpath-card:before{transform:scaleX(1)}.landing-page .darkpath-step:hover .darkpath-card{background:#06b6d40d;border-color:#06b6d433;transform:translateY(-3px);box-shadow:0 10px 35px #0000004d,inset 0 1px #06b6d41a}.landing-page .darkpath-card-num{color:#06b6d4;letter-spacing:.2em;text-transform:uppercase;opacity:1;text-shadow:0 0 10px #06b6d44d;margin-bottom:.15rem;font-size:.58rem;font-weight:800}.landing-page .darkpath-card h3{color:#fff;text-shadow:0 0 20px #06b6d433;margin:0 0 .15rem;font-size:.95rem;font-weight:700;line-height:1.25;transition:color .3s}.landing-page .darkpath-step:hover .darkpath-card h3{color:#a5f3fc}.landing-page .darkpath-card p{color:#ffffff8c;margin:0;font-size:.73rem;line-height:1.35;transition:color .3s}.landing-page .darkpath-step:hover .darkpath-card p{color:#ffffffb3}@media (max-width:900px){.landing-page .darkpath-timeline{flex-direction:column;align-items:stretch;gap:16px}.landing-page .darkpath-step{text-align:left;flex-direction:row!important;width:100%!important;margin-top:0!important;margin-bottom:0!important;animation-name:dpFadeUp!important}.landing-page .darkpath-step:after{display:none}.landing-page .darkpath-step-bottom{flex-direction:row!important}.landing-page .darkpath-card{width:auto}.landing-page .darkpath-svg,.landing-page .darkpath-particles{display:none}.landing-page .darkpath-section{height:auto;padding:40px 0 30px}.landing-page .darkpath-inner{max-width:600px;padding:0 20px}}@keyframes scFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scFadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scPopIn{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.15)}80%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scDashScroll{to{stroke-dashoffset:-1000px}}@keyframes scRoadDraw{0%{stroke-dashoffset:2400px}to{stroke-dashoffset:0}}@keyframes scMarkerPing{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes scBlobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.1)}66%{transform:translate(-20px,15px)scale(.95)}}@keyframes scStepTop{0%{opacity:0;transform:translateY(25px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes scStepBottom{0%{opacity:0;transform:translateY(-25px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.landing-page .scurve-section{box-sizing:border-box;background:linear-gradient(#f0f4f8 0%,#fff 40%,#f8fafc 100%);height:100vh;padding:20px 0 12px;position:relative;overflow:hidden}.landing-page .scurve-ambient{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.landing-page .scurve-blob{filter:blur(80px);border-radius:50%;animation:15s ease-in-out infinite scBlobFloat;position:absolute}.landing-page .sc-b1{background:#093aaf0f;width:300px;height:300px;top:-5%;left:-5%}.landing-page .sc-b2{background:#22c55e0f;width:250px;height:250px;animation-delay:-5s;bottom:5%;right:-3%}.landing-page .sc-b3{background:#8b5cf60d;width:200px;height:200px;animation-delay:-10s;top:40%;left:50%}.landing-page .scurve-container{box-sizing:border-box;max-width:1200px}.landing-page .scurve-header{text-align:center;z-index:1;margin-bottom:8px;position:relative}.landing-page .scurve-badge-anim{animation:.7s cubic-bezier(.16,1,.3,1) both scFadeUp}.landing-page .scurve-title-anim{animation:.7s cubic-bezier(.16,1,.3,1) .12s both scFadeUp}.landing-page .scurve-sub-anim{animation:.7s cubic-bezier(.16,1,.3,1) .24s both scFadeUp}.landing-page .scurve-header .lp-display-5{background:linear-gradient(135deg,#0f172a 0%,#093aaf 50%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .scurve-subtitle{color:#000;max-width:500px;margin:.25rem auto 0;font-size:.85rem}.landing-page .scurve-road-wrapper{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1100px;height:calc(100vh - 150px);margin:0 auto;padding:0 20px;display:flex;position:relative}.landing-page .scurve-svg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.landing-page .scurve-road-draw{stroke-dasharray:2400;stroke-dashoffset:2400px;animation:2s cubic-bezier(.4,0,.2,1) .3s forwards scRoadDraw}.landing-page .scurve-accent-line{stroke-dasharray:2400;stroke-dashoffset:2400px;animation:2.5s cubic-bezier(.4,0,.2,1) .8s forwards scRoadDraw}.landing-page .scurve-dashes{stroke-dashoffset:1000px;animation:22s linear infinite scDashScroll}.landing-page .scurve-traveller{filter:drop-shadow(0 0 10px #06b6d499)}.landing-page .scurve-step{z-index:2;text-align:center;opacity:0;flex-direction:column;align-items:center;gap:10px;width:17%;min-width:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1);animation-duration:.7s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both;display:flex;position:relative}.landing-page .scurve-step:hover{transform:translateY(-4px)}.landing-page .scurve-step-1,.landing-page .scurve-step-2,.landing-page .scurve-step-3,.landing-page .scurve-step-4,.landing-page .scurve-step-5{top:auto;left:auto;right:auto}.landing-page .scurve-step-top{align-self:flex-start;animation-name:scStepTop}.landing-page .scurve-step-bottom{flex-direction:column-reverse;align-self:flex-end;animation-name:scStepBottom}.landing-page .scurve-marker{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.landing-page .scurve-step:hover .scurve-marker{transform:scale(1.12)}.landing-page .scurve-marker-ping{pointer-events:none;border:2px solid;border-radius:50%;animation:2.5s ease-out infinite scMarkerPing;position:absolute;inset:-5px}.landing-page .scurve-marker-icon{color:#fff;filter:drop-shadow(0 1px 2px #0003);z-index:1;font-size:1rem;position:relative}.landing-page .scurve-marker-num{color:#0f172a;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 8px #0000001f}.landing-page .scurve-content{max-width:100%}.landing-page .scurve-title{color:#0f172a;margin-bottom:.2rem;font-size:.88rem;font-weight:700;line-height:1.3;transition:color .3s}.landing-page .scurve-step:hover .scurve-title{color:#093aaf}.landing-page .scurve-desc{color:#000;margin:0;font-size:.72rem;line-height:1.35;transition:color .3s}.landing-page .scurve-step:hover .scurve-desc{color:#000}@media (max-width:768px){.landing-page .scurve-road-wrapper{flex-direction:column;gap:24px;height:auto;padding:16px 0}.landing-page .scurve-svg{display:none}.landing-page .scurve-step{text-align:left;width:100%;flex-direction:row!important;align-self:stretch!important;animation-name:scFadeUp!important}.landing-page .scurve-step-bottom{flex-direction:row!important}.landing-page .scurve-marker{width:48px;height:48px}.landing-page .scurve-section{height:auto;padding:40px 0 30px}.landing-page .scurve-ambient{display:none}}.landing-page .bento-features{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:30px 0 90px;position:relative;overflow:hidden}.landing-page .bento-features .lp-display-5{background:linear-gradient(135deg,#0f172a 0%,#093aaf 50%,#0f172a 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;transition:all .4s cubic-bezier(.4,0,.2,1);animation:8s infinite gradientShift;display:inline-block;position:relative}.landing-page .bento-features .lp-display-5:after{content:attr(data-text);background:linear-gradient(135deg,#093aaf 0%,#2563eb 100%);-webkit-text-fill-color:transparent;opacity:0;filter:blur(10px);pointer-events:none;-webkit-background-clip:text;background-clip:text;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.landing-page .bento-features .lp-display-5:hover{filter:drop-shadow(0 4px 12px #093aaf4d);transform:scale(1.02)}.landing-page .bento-features .lp-display-5:hover:after{opacity:.5;animation:1.5s ease-in-out infinite glowPulse}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes glowPulse{0%,to{opacity:.3;filter:blur(10px)}50%{opacity:.6;filter:blur(15px)}}.landing-page .bento-container{max-width:1400px;margin:0 auto;padding:0 40px}.landing-page .bento-header{text-align:center;margin-bottom:15px}.landing-page .bento-badge{color:var(--lp-primary);text-transform:uppercase;letter-spacing:.5px;background:#093aaf14;border:1px solid #093aaf26;border-radius:50px;margin-bottom:.6rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-page .bento-header h2{color:var(--lp-text-dark);margin-bottom:.4rem}.landing-page .bento-subtitle{color:#000;max-width:600px;margin:0 auto;font-size:.95rem}.landing-page .features-segmented-nav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f1f5f9cc;border-radius:9999px;max-width:100%;margin:1.25rem auto 1.5rem;padding:.375rem;display:inline-flex;overflow-x:auto}.landing-page .features-segment-btn{white-space:nowrap;cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:9999px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.landing-page .features-segment-btn:hover:not(.active){color:#1e293b;background:#ffffff80}.landing-page .features-segment-btn.active{color:#093aaf;background:#fff;transition:all .15s;box-shadow:0 1px 3px #0000001a}.landing-page .features-tab-tagline{text-align:center;color:#64748b;margin-bottom:2.5rem;font-size:1.125rem;font-weight:500;transition:opacity .15s ease-in-out}.landing-page .features-bento-grid{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (min-width:768px){.landing-page .features-bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1rem}}.landing-page .features-bento-card{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;transform:translateY(30px)}.landing-page .features-bento-card.featured{padding:2rem}.landing-page .features-bento-grid.visible .features-bento-card{animation:.6s cubic-bezier(.16,1,.3,1) forwards slideInUp}@media (min-width:768px){.landing-page .features-bento-card.featured{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);grid-area:span 1/span 2;justify-content:center}}.landing-page .features-bento-card:hover{border-color:#93c5fd;box-shadow:0 12px 32px -8px #0000001f}.landing-page .features-bento-header{align-items:center;gap:.875rem;margin-bottom:.75rem;display:flex}.landing-page .features-bento-card.featured .features-bento-header{margin-bottom:1rem}.landing-page .features-bento-icon-wrapper{border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.landing-page .features-bento-card.featured .features-bento-icon-wrapper{border-radius:1rem;width:3.5rem;height:3.5rem}.landing-page .features-bento-title{color:#1e293b;flex:1;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3}.landing-page .features-bento-card.featured .features-bento-title{font-size:1.375rem}.landing-page .features-bento-desc{color:#64748b;margin:0;font-size:.875rem;line-height:1.5}.landing-page .features-bento-card.featured .features-bento-desc{max-width:28rem;font-size:1rem;line-height:1.6}.landing-page .features-bento-bg-icon{opacity:.05;pointer-events:none;transition:all .5s;position:absolute;bottom:-2rem;right:-2rem}.landing-page .features-bento-card.featured:hover .features-bento-bg-icon{transform:scale(1.1)}.landing-page .features-bento-card.color-indigo .features-bento-icon-wrapper{color:#6366f1;background:#eef2ff}.landing-page .features-bento-card.color-blue .features-bento-icon-wrapper{color:#3b82f6;background:#eff6ff}.landing-page .features-bento-card.color-rose .features-bento-icon-wrapper{color:#f43f5e;background:#fff1f2}.landing-page .features-bento-card.color-sky .features-bento-icon-wrapper{color:#0ea5e9;background:#f0f9ff}.landing-page .features-bento-card.color-purple .features-bento-icon-wrapper{color:#a855f7;background:#faf5ff}.landing-page .features-bento-card.color-cyan .features-bento-icon-wrapper{color:#06b6d4;background:#ecfeff}.landing-page .features-bento-card.color-emerald .features-bento-icon-wrapper{color:#10b981;background:#ecfdf5}.landing-page .features-bento-card.color-green .features-bento-icon-wrapper{color:#22c55e;background:#f0fdf4}.landing-page .features-bento-card.color-amber .features-bento-icon-wrapper{color:#f59e0b;background:#fffbeb}.landing-page .features-bento-card.color-lime .features-bento-icon-wrapper{color:#84cc16;background:#f7fee7}.landing-page .features-bento-card.color-violet .features-bento-icon-wrapper{color:#8b5cf6;background:#f5f3ff}.landing-page .features-bento-card.color-pink .features-bento-icon-wrapper{color:#ec4899;background:#fdf2f8}.landing-page .features-bento-card.color-teal .features-bento-icon-wrapper{color:#14b8a6;background:#f0fdfa}.landing-page .features-bento-card.color-orange .features-bento-icon-wrapper{color:#f97316;background:#fff7ed}.landing-page .features-bento-card.color-fuchsia .features-bento-icon-wrapper{color:#d946ef;background:#fdf4ff}.landing-page .features-bento-card.color-yellow .features-bento-icon-wrapper{color:#eab308;background:#fefce8}.landing-page .category-expanding-cards-wrapper{flex-direction:column;gap:12px;max-width:1400px;margin:2rem auto 0;padding:0;display:flex}@media (min-width:768px){.landing-page .category-expanding-cards-wrapper{flex-direction:row;gap:14px;height:550px}}@media (min-width:1024px){.landing-page .category-expanding-cards-wrapper{gap:16px;height:600px}}.landing-page .category-expanding-card{cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:16px;flex:1;min-height:400px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (min-width:768px){.landing-page .category-expanding-card{height:100%;min-height:auto}}.landing-page .category-expanding-card-bg{filter:grayscale();opacity:.15;background-position:50%;background-size:cover;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.landing-page .category-expanding-card:hover .features-expanding-card-bg{filter:grayscale(60%);opacity:.25}.landing-page .category-expanding-card-gradient{background:linear-gradient(#0000 0%,#0006 60%,#000c 100%);position:absolute;inset:0}.landing-page .category-expanding-card-border{height:4px;transition:height .6s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0}.landing-page .category-expanding-card:hover .features-expanding-card-border{height:6px}.landing-page .category-expanding-card-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:1.75rem;display:flex;position:relative}@media (min-width:768px){.landing-page .category-expanding-card-content{padding:2rem}}.landing-page .category-expanding-card-vertical-title{color:#fff;white-space:nowrap;opacity:1;pointer-events:none;font-size:1.35rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}@media (max-width:767px){.landing-page .category-expanding-card-vertical-title{opacity:0;font-size:1.25rem;display:none;position:static;transform:none}}.landing-page .category-expanding-card:hover .features-expanding-card-vertical-title{opacity:0;transform:translate(-50%,-50%)rotate(-90deg)scale(.8)}.landing-page .category-expanding-card-expanded{opacity:0;pointer-events:none;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}@media (max-width:767px){.landing-page .category-expanding-card-expanded{opacity:1;pointer-events:all;transform:translateY(0)}}.landing-page .category-expanding-card:hover .features-expanding-card-expanded{opacity:1;pointer-events:all;transform:translateY(0)}.landing-page .category-expanding-card-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.landing-page .category-expanding-card:hover .features-expanding-card-icon{background:#ffffff26;transform:scale(1.08)}@media (max-width:767px){.landing-page .category-expanding-card-title{font-size:1.35rem}}.landing-page .category-expanding-card-subtitle{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.875rem;font-size:.8125rem;font-weight:600}.landing-page .category-expanding-card-desc{color:#ffffffe6;max-width:480px;font-size:.875rem;line-height:1.6}.landing-page .category-expanding-card{overflow-y:auto}.landing-page .category-expanding-card::-webkit-scrollbar{width:6px}.landing-page .category-expanding-card::-webkit-scrollbar-track{background:#ffffff0d}.landing-page .category-expanding-card::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.landing-page .category-expanding-card::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.landing-page .category-expanding-card:hover .category-expanding-card-bg{filter:grayscale(70%);opacity:.18}.landing-page .category-expanding-card-gradient{background:linear-gradient(#0009 0%,#000000bf 100%)}.landing-page .category-expanding-card-content{justify-content:flex-start}.landing-page .category-expanding-card-header{border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:1rem;margin-bottom:.75rem;padding-bottom:1rem;display:flex}.landing-page .category-expanding-card-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.landing-page .category-expanding-card:hover .category-expanding-card-icon{background:#ffffff26;transform:scale(1.08)}.landing-page .category-expanding-card-title{color:#fff;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (max-width:767px){.landing-page .category-expanding-card-title{font-size:1.35rem}}.landing-page .category-expanding-card-tagline{color:#ffffffb3;font-size:.8125rem;line-height:1.4}.landing-page .category-features-list{flex-direction:column;gap:1rem;display:flex}.landing-page .category-feature-item{background:#ffffff0d;border-radius:10px;align-items:flex-start;gap:.875rem;padding:.875rem;transition:all .3s;display:flex}.landing-page .category-feature-item:hover{background:#ffffff14;transform:translate(4px)}.landing-page .category-feature-icon{color:#fff;background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-page .category-feature-content{flex:1}.landing-page .category-feature-title{color:#fff;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;line-height:1.3}.landing-page .category-feature-desc{color:#ffffffbf;margin:0;font-size:.8125rem;line-height:1.5}@media (max-width:1024px){.landing-page .bento-container{padding:0 30px}}@media (max-width:768px){.landing-page .bento-container{padding:0 20px}.landing-page .features-bento-grid{grid-template-columns:1fr;gap:1rem}.landing-page .features-bento-card{min-height:auto;padding:1.25rem}.landing-page .features-bento-card.featured{padding:1.5rem}.landing-page .features-segmented-nav{gap:.25rem;padding:.25rem}.landing-page .features-segment-btn{padding:.5rem 1rem;font-size:.8rem}.landing-page .features-bento-header{gap:.75rem;margin-bottom:.625rem}.landing-page .features-bento-card.featured .features-bento-header{margin-bottom:.875rem}.landing-page .features-bento-icon-wrapper{width:2.75rem;height:2.75rem}.landing-page .features-bento-card.featured .features-bento-icon-wrapper{width:3rem;height:3rem}.landing-page .features-bento-title{font-size:.9375rem}.landing-page .features-bento-card.featured .features-bento-title{font-size:1.125rem}.landing-page .features-bento-desc{font-size:.8rem}.landing-page .features-bento-card.featured .features-bento-desc{font-size:.875rem}.landing-page .features-tab-tagline{margin-bottom:2rem;font-size:1rem}}.landing-page .bento-grid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.landing-page .bento-large{grid-column:span 3}.landing-page .bento-small{grid-column:span 2}.landing-page .bento-card{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem 1.4rem;transition:all .5s cubic-bezier(.4,0,.2,1);animation:.7s ease-out forwards bentoFadeUp;position:relative;overflow:hidden}@keyframes bentoFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-page .bento-card:hover{border-color:var(--lp-primary);background:#fff;transform:translateY(-4px);box-shadow:0 16px 40px #093aaf14}.landing-page .bento-card-glow{background:var(--bento-accent);opacity:.03;filter:blur(60px);pointer-events:none;border-radius:50%;width:200px;height:200px;transition:opacity .5s;position:absolute;top:-50%;right:-50%}.landing-page .bento-card:hover .bento-card-glow{opacity:.05}.landing-page .bento-icon{margin-bottom:.6rem;font-size:1.5rem;transition:transform .3s}.landing-page .bento-small .bento-icon{font-size:1.25rem}.landing-page .bento-card:hover .bento-icon{transform:scale(1.1)}.landing-page .bento-title{color:var(--lp-text-dark);margin-bottom:.4rem;font-size:1.05rem;font-weight:700;line-height:1.25}.landing-page .bento-small .bento-title{font-size:.95rem}.landing-page .bento-desc{color:#000;margin:0;font-size:.82rem;line-height:1.5}.landing-page .bento-small .bento-desc{font-size:.78rem}.landing-page .bento-accent-line{transform-origin:0;border-radius:3px;width:60px;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.landing-page .bento-card:hover .bento-accent-line{transform:scaleX(1)}.landing-page .feature-category-group{margin-bottom:2rem}.landing-page .feature-category-group:last-child{margin-bottom:0}.landing-page .feature-category-title{color:var(--lp-primary);border-bottom:2px solid var(--lp-primary);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block}.landing-page .features-grid-compact{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:768px){.landing-page .features-grid-compact{grid-template-columns:repeat(2,1fr);gap:14px}}@media (min-width:1024px){.landing-page .features-grid-compact{grid-template-columns:repeat(3,1fr);gap:16px}}.landing-page .feature-card-compact{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:.875rem;padding:1rem;transition:all .3s;display:flex}.landing-page .feature-card-compact:hover{border-color:var(--feature-accent,var(--lp-primary));background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--feature-accent,var(--lp-primary))3%,#fff));transform:translate(4px);box-shadow:0 4px 12px -4px #0000001a}.landing-page .feature-card-icon-compact{width:36px;height:36px;color:var(--feature-accent,var(--lp-primary));background:linear-gradient(135deg,color-mix(in srgb,var(--feature-accent,var(--lp-primary))12%,transparent),color-mix(in srgb,var(--feature-accent,var(--lp-primary))6%,transparent));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:all .3s;display:flex}.landing-page .feature-card-compact:hover .feature-card-icon-compact{transform:scale(1.1)}.landing-page .feature-card-content-compact{flex:1;min-width:0}.landing-page .feature-card-title-compact{color:var(--lp-text-dark);margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.3}.landing-page .feature-card-desc-compact{color:#000;opacity:.85;margin:0;font-size:.8rem;line-height:1.5}.landing-page .features-grid-modern{grid-template-columns:1fr;gap:20px;margin-top:2.5rem;display:grid}@media (min-width:768px){.landing-page .features-grid-modern{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width:1024px){.landing-page .features-grid-modern{grid-template-columns:repeat(3,1fr);gap:28px}}.landing-page .feature-card-modern{opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards fadeInUp;position:relative;overflow:hidden}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.landing-page .feature-card-modern:hover{border-color:var(--feature-accent,var(--lp-primary));box-shadow:0 12px 24px -10px #0000001a,0 0 0 1px var(--feature-accent,var(--lp-primary));transform:translateY(-4px)}.landing-page .feature-card-glow{background:radial-gradient(circle at center,var(--feature-accent,var(--lp-primary)),transparent 70%);opacity:0;pointer-events:none;z-index:0;transition:opacity .4s;position:absolute;inset:0}.landing-page .feature-card-modern:hover .feature-card-glow{opacity:.08}.landing-page .feature-card-header-modern{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.landing-page .feature-card-icon{width:48px;height:48px;color:var(--feature-accent,var(--lp-primary));background:linear-gradient(135deg,color-mix(in srgb,var(--feature-accent,var(--lp-primary))10%,transparent),color-mix(in srgb,var(--feature-accent,var(--lp-primary))5%,transparent));z-index:1;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:0;font-size:24px;transition:all .3s;display:flex;position:relative}.landing-page .feature-card-modern:hover .feature-card-icon{box-shadow:0 8px 16px -4px color-mix(in srgb,var(--feature-accent,var(--lp-primary))40%,transparent);transform:scale(1.1)rotate(5deg)}.landing-page .feature-card-title{color:var(--lp-text-dark);z-index:1;margin-bottom:0;font-size:1.125rem;font-weight:700;line-height:1.4;position:relative}.landing-page .feature-card-desc{color:#000;z-index:1;margin:0;font-size:.9rem;line-height:1.6;position:relative}.landing-page .feature-card-accent{background:var(--feature-accent,var(--lp-primary));transform-origin:0;border-radius:0 0 16px 16px;width:100%;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.landing-page .feature-card-modern:hover .feature-card-accent{transform:scaleX(1)}@media (max-width:767px){.landing-page .feature-card-modern{padding:1.5rem}.landing-page .feature-card-icon{width:42px;height:42px;font-size:20px}.landing-page .feature-card-title{font-size:1rem}.landing-page .feature-card-desc{font-size:.875rem}.landing-page .bento-features{height:auto;padding:40px 0}.landing-page .bento-container{padding:0 20px}.landing-page .bento-grid{gap:15px}.landing-page .bento-large,.landing-page .bento-small{grid-column:span 6}.landing-page .bento-card{padding:1.5rem}.landing-page .bento-icon{font-size:1.5rem}.landing-page .bento-small .bento-icon{font-size:1.3rem}.landing-page .bento-title{font-size:1.1rem}.landing-page .bento-small .bento-title{font-size:1rem}.landing-page .bento-desc{font-size:.85rem}.landing-page .bento-small .bento-desc{font-size:.8rem}}@media (min-width:768px) and (max-width:991px){.landing-page .bento-large,.landing-page .bento-small{grid-column:span 3}}.landing-page .testimonials-marquee-section{padding:50px 0;overflow:hidden}.landing-page .marquee-title{letter-spacing:-.02em;color:var(--lp-text-dark);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:700}.landing-page .marquee-desc{color:#000;max-width:600px;margin:0 auto 4rem;font-size:1.1rem}.landing-page .marquee-container{width:100%;padding:2rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.landing-page .marquee-track{gap:1.5rem;width:max-content;animation:40s linear infinite marquee;display:flex}.landing-page .marquee-container:hover .marquee-track{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.landing-page .t-card{border-top:1px solid var(--lp-border);text-align:left;background:linear-gradient(#f1f5f980,#f1f5f91a);border-radius:12px;flex-shrink:0;width:320px;padding:1.5rem;transition:all .3s}.landing-page .t-card:hover{background:linear-gradient(#f1f5f9b3,#f1f5f94d)}.landing-page .t-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.landing-page .t-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:48px;height:48px;box-shadow:0 2px 8px #0000001a}.landing-page .t-author-name{color:var(--lp-text-dark);margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.landing-page .t-author-handle{color:#000;margin:0;font-size:.8rem}.landing-page .t-text{color:#000;margin:0;font-size:.9rem;line-height:1.6}.landing-page .footer-modern{background:linear-gradient(#eef4f8,#e6edf3);border-top:1px solid #cbd5e1;width:100%;padding:60px 0 20px}.landing-page .footer-modern .lp-container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.landing-page .footer-layout{grid-template-columns:1.2fr 2fr;align-items:flex-start;gap:60px;display:grid}.landing-page .footer-brand-section{max-width:420px}.landing-page .footer-logo-area{align-items:center;gap:10px;margin-bottom:15px;text-decoration:none;display:flex}.landing-page .footer-logo-img{width:auto;height:40px}.landing-page .footer-logo-text{color:#093aaf;letter-spacing:.02em;font-size:22px;font-weight:700}.landing-page .footer-desc{color:#1e293b;margin-bottom:20px;font-size:15px;line-height:1.6}.landing-page .footer-socials{gap:16px;margin:0;padding:0;list-style:none;display:flex}.landing-page .footer-socials a{color:#0f172a;font-size:18px;text-decoration:none;transition:all .2s}.landing-page .footer-socials a:hover{color:#093aaf;transform:translateY(-2px)}.landing-page .footer-links-grid{grid-template-columns:repeat(3,1fr);gap:50px;display:grid}.landing-page .footer-section-title{color:var(--lp-text-dark);margin-bottom:15px;font-size:16px;font-weight:700}.landing-page .footer-nav-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.landing-page .footer-nav-list a{color:#0f172a;font-size:14px;text-decoration:none;transition:all .2s}.landing-page .footer-nav-list a:hover{color:#093aaf;padding-left:5px}.landing-page .footer-bottom-bar{border-top:1px solid #cbd5e1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-top:40px;padding-top:20px;padding-bottom:20px;display:flex}.landing-page .footer-copyright,.landing-page .footer-powered{color:#1e293b;margin:0;font-size:14px}.landing-page .footer-powered a{color:#093aaf;font-weight:500;text-decoration:none;transition:all .2s}.landing-page .footer-powered a:hover{text-decoration:underline}@media (max-width:992px){.landing-page .footer-layout{grid-template-columns:1fr;gap:40px}.landing-page .footer-links-grid{grid-template-columns:repeat(2,1fr);gap:30px}.landing-page .footer-brand-section{max-width:100%}}@media (max-width:600px){.landing-page .footer-modern{padding:40px 0 20px}.landing-page .footer-modern .lp-container{padding:0 20px}.landing-page .footer-links-grid{grid-template-columns:1fr;gap:30px}.landing-page .footer-bottom-bar{text-align:center;flex-direction:column;gap:10px}.landing-page .footer-logo-text{font-size:20px}.landing-page .footer-desc{font-size:14px}}.landing-page .partner-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.landing-page .partner-modal-overlay.open{opacity:1;pointer-events:all}.landing-page .partner-modal-card{background:#fff;border-radius:20px;width:90%;max-width:500px;padding:25px 30px;transition:transform .3s;transform:translateY(20px);box-shadow:0 20px 60px #00000026}.landing-page .partner-modal-overlay.open .partner-modal-card{transform:translateY(0)}.landing-page .partner-modal-title{color:var(--lp-text-dark);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.landing-page .partner-modal-sub{color:#000;margin-bottom:.75rem;font-size:.95rem}.landing-page .partner-label{color:var(--lp-text-dark);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.landing-page .partner-input{border:1px solid var(--lp-border);background:#fff;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.landing-page .partner-input:focus{border-color:var(--lp-primary);box-shadow:0 0 0 3px #093aaf1a}.landing-page .partner-form-group,.landing-page .partner-form-group:last-of-type{margin-bottom:.75rem}.landing-page .btn-primary-dark{background:var(--lp-text-dark);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:.85rem;font-size:1rem;font-weight:600;transition:background .2s}.landing-page .btn-primary-dark:hover{background:#1e293b}.landing-page .btn-primary-dark:disabled{opacity:.6;cursor:not-allowed}.landing-page .contact-section{background:linear-gradient(#fafbfc 0%,#fff 100%);min-height:calc(100vh - 90px);padding:40px 0 100px}.landing-page .contact-content-wrapper{max-width:1400px;margin:0 auto}.landing-page .contact-hero-grid{grid-template-columns:1fr;align-items:start;gap:4rem;display:grid}@media (min-width:992px){.landing-page .contact-hero-grid{grid-template-columns:.9fr 1.1fr;gap:5rem}}.landing-page .contact-info-side{padding-top:1rem}.landing-page .contact-badge{color:var(--lp-primary);text-transform:uppercase;letter-spacing:.5px;background:#093aaf14;border:1px solid #093aaf26;border-radius:50px;margin-bottom:.75rem;padding:.5rem 1.2rem;font-size:.875rem;font-weight:600;display:inline-block}.landing-page .contact-main-title{color:var(--lp-text-dark);margin-bottom:.75rem;font-size:3rem;font-weight:800;line-height:1.2}@media (max-width:768px){.landing-page .contact-main-title{font-size:2.25rem}}.landing-page .contact-main-desc{color:#64748b;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.landing-page .contact-info-cards{flex-direction:column;gap:1.5rem;display:flex}.landing-page .contact-info-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.landing-page .contact-info-item:hover{border-color:var(--lp-primary);transform:translateY(-2px);box-shadow:0 4px 12px #093aaf14}.landing-page .contact-info-icon{width:48px;height:48px;color:var(--lp-primary);background:#093aaf14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-page .contact-info-item h4{color:var(--lp-text-dark);margin:0 0 .375rem;font-size:1.125rem;font-weight:700}.landing-page .contact-info-item p{color:#64748b;margin:0;font-size:.9375rem;line-height:1.5}.landing-page .contact-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:48px;box-shadow:0 10px 40px #0000000f}@media (max-width:768px){.landing-page .contact-form-container{padding:32px 24px}}.landing-page .contact-form-header{margin-bottom:2rem}.landing-page .contact-form-title{color:var(--lp-text-dark);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.landing-page .contact-form-subtitle{color:#64748b;margin:0;font-size:.9375rem}.landing-page .contact-form-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.landing-page .contact-form-grid{grid-template-columns:1fr 1fr}}.landing-page .contact-form-grid .full-width{grid-column:1/-1}.landing-page .contact-form input,.landing-page .contact-form select,.landing-page .contact-form textarea{width:100%;color:var(--lp-text-dark);background:#fafbfc;border:2px solid #e2e8f0;border-radius:12px;outline:none;padding:16px 18px;font-family:inherit;font-size:.9375rem;transition:all .2s}.landing-page .contact-form input::placeholder,.landing-page .contact-form select::placeholder,.landing-page .contact-form textarea::placeholder{color:#94a3b8}.landing-page .contact-form input:focus,.landing-page .contact-form select:focus,.landing-page .contact-form textarea:focus{border-color:var(--lp-primary);background:#fff;box-shadow:0 0 0 4px #093aaf14}.landing-page .contact-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;padding-right:48px}.landing-page .contact-form textarea{resize:vertical;min-height:140px;line-height:1.6}.landing-page .contact-btn{background:var(--lp-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px 24px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #093aaf33}.landing-page .contact-btn:hover{background:#0830a0;transform:translateY(-2px);box-shadow:0 6px 20px #093aaf4d}.landing-page .contact-btn:active{transform:translateY(0)}.landing-page .contact-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.landing-page .mission-vision-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (min-width:992px){.landing-page .mission-vision-grid{grid-template-columns:1fr 1fr}}.landing-page .mission-vision-card{border:1px solid var(--lp-border);background:#fff;border-radius:24px;padding:2rem 2.5rem;transition:all .3s}.landing-page .mission-vision-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.landing-page .icon-circle{width:50px;height:50px;color:var(--lp-primary);background:#093aaf14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem;display:flex}.landing-page .core-values-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.landing-page .core-values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.landing-page .core-values-grid{grid-template-columns:repeat(4,1fr)}.landing-page .core-values-grid .value-card:nth-child(5){grid-column:2}}.landing-page .core-values-grid .value-card{height:100%;box-shadow:0 1px 3px #00000014}.landing-page .values-section{padding:60px 0}.landing-page .values-content-grid{grid-template-columns:1fr;align-items:start;gap:3rem;margin-top:2rem;display:grid}@media (min-width:992px){.landing-page .values-content-grid{grid-template-columns:1.2fr .8fr;gap:4rem}}.landing-page .values-text-content{padding:0}.landing-page .values-paragraph{color:#334155;margin:0;font-size:1.125rem;line-height:1.8}.landing-page .values-paragraph strong{color:var(--lp-primary);font-weight:600}.landing-page .values-image-content{position:relative}.landing-page .values-image{border-radius:20px;width:100%;height:auto;transition:all .4s;box-shadow:0 10px 40px #0000001a}.landing-page .values-image:hover{transform:scale(1.02);box-shadow:0 15px 50px #00000026}@media (max-width:991px){.landing-page .values-paragraph{font-size:1rem}.landing-page .values-content-grid{grid-template-columns:1fr}}.landing-page .advantages-minimal{padding:50px 0}.landing-page .advantages-columns{border-top:1px solid var(--lp-border);border-left:1px solid var(--lp-border);grid-template-columns:1fr;display:grid}@media (min-width:768px){.landing-page .advantages-columns{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.landing-page .advantages-columns{grid-template-columns:repeat(3,1fr)}}.landing-page .adv-item{border-right:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:2rem;transition:all .3s;position:relative}.landing-page .adv-item:before{content:"";background:var(--lp-primary);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.landing-page .adv-item:hover:before{transform:scaleX(1)}.landing-page .adv-item:hover{background:linear-gradient(#093aaf08,#0000)}.landing-page .adv-item svg,.landing-page .adv-item .adv-icon{color:var(--lp-primary);margin-bottom:1rem;font-size:1.5rem}.landing-page .adv-item h4{color:var(--lp-text-dark);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.landing-page .adv-item p{color:#000;margin:0;font-size:.9rem;line-height:1.6}.landing-page .fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.landing-page .fade-in.visible{opacity:1;transform:translateY(0)}.landing-page .fade-in-right{opacity:0;transition:opacity .6s,transform .6s;transform:translate(-30px)}.landing-page .fade-in-right.visible{opacity:1;transform:translate(0)}.landing-page .fade-in-left{opacity:0;transition:opacity .6s,transform .6s;transform:translate(30px)}.landing-page .fade-in-left.visible{opacity:1;transform:translate(0)}.landing-page .delay-1{transition-delay:.1s}.landing-page .delay-2{transition-delay:.2s}.landing-page .delay-3{transition-delay:.3s}.landing-page .delay-4{transition-delay:.4s}.landing-page .delay-5{transition-delay:.5s}.landing-page .auth-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.landing-page .auth-modal-overlay.open{opacity:1;pointer-events:all}.landing-page .auth-modal-card{background:#fff;border:none;border-radius:30px;width:90%;max-width:440px;max-height:90vh;padding:20px;transition:transform .3s;position:relative;overflow-y:auto;transform:translateY(20px);box-shadow:0 20px 60px #00000026}.landing-page .auth-modal-overlay.open .auth-modal-card{transform:translateY(0)}.landing-page .auth-modal-title{color:var(--lp-text-dark);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.landing-page .auth-modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.landing-page .auth-modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1}.landing-page .auth-modal-glow{pointer-events:none;border-radius:30px;position:absolute;inset:0;box-shadow:inset 0 -16px 128px #093aaf1f,inset 0 -16px 32px #093aaf1a,inset 0 16px 128px #093aaf1f,inset 0 16px 32px #093aaf1a}.landing-page .auth-modal-card>:not(.auth-modal-glow){z-index:1;position:relative}.landing-page .auth-modal-sub{color:#000;margin-bottom:1.25rem;font-size:.95rem}.landing-page .premium-input{margin-bottom:16px}.landing-page .premium-input label{color:var(--lp-text-dark);margin-bottom:6px;font-size:14px;font-weight:600;display:block}.landing-page .premium-input input{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .3s}.landing-page .premium-input input:focus{border-color:#093aaf;box-shadow:0 0 0 3px #093aaf14}.landing-page .premium-modal-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.landing-page .premium-modal-btn:hover{background:#1e293b}.landing-page .premium-modal-btn:disabled{opacity:.6;cursor:not-allowed}.landing-page .phone-group{gap:10px;display:flex}.landing-page .phone-group .country-code{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:none;width:65px;padding:12px 6px;font-family:inherit;font-size:14px}.landing-page .phone-group input:not(.country-code){box-sizing:border-box;border:1px solid #e2e8f0;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:14px}.landing-page .phone-group input:not(.country-code):focus{border-color:#093aaf;box-shadow:0 0 0 3px #093aaf14}.landing-page .auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1rem;padding:10px 14px;font-size:.9rem}.landing-page .auth-switch-text{text-align:center;color:#000;margin-top:1.25rem;font-size:.9rem}.landing-page .auth-switch-link{color:var(--lp-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600}.landing-page .auth-switch-link:hover{text-decoration:underline}.landing-page .auth-checkbox-group{color:#000;align-items:flex-start;gap:8px;margin-bottom:16px;font-size:.85rem;display:flex}.landing-page .auth-checkbox-group input[type=checkbox]{accent-color:var(--lp-primary);margin-top:2px}.landing-page .auth-checkbox-group a{color:var(--lp-primary);text-decoration:none}.landing-page .auth-checkbox-group a:hover{text-decoration:underline}.landing-page .download-app-modal{max-width:520px}.landing-page .download-qr-section{justify-content:center;gap:1.5rem;padding:.5rem 0 1rem;display:flex}.landing-page .download-qr-card{border:1px solid var(--lp-border);background:#f8fafc;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:1.25rem;transition:all .3s;display:flex}.landing-page .download-qr-card:hover{border-color:var(--lp-primary);transform:translateY(-2px);box-shadow:0 8px 24px #093aaf1a}.landing-page .download-qr-img-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:160px;height:160px;padding:8px}.landing-page .download-qr-img{object-fit:contain;width:100%;height:100%}.landing-page .download-qr-label{color:var(--lp-text-dark);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.landing-page .download-qr-icon{color:var(--lp-primary);font-size:1.1rem}.landing-page .download-store-link{color:var(--lp-primary);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-page .download-store-link:hover{text-decoration:underline}.landing-page .download-mobile-section{text-align:center;padding:1rem 0}.landing-page .download-redirect-text{color:#000;margin-bottom:.75rem;font-size:.95rem}.landing-page .download-mobile-buttons{flex-direction:column;gap:.75rem;display:flex}.landing-page .download-store-btn{color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.landing-page .download-ios-btn{background:#000}.landing-page .download-ios-btn:hover{background:#1a1a1a}.landing-page .download-android-btn{background:var(--lp-primary)}.landing-page .download-android-btn:hover{background:#0a2463}@media (max-width:480px){.landing-page .download-qr-section{flex-direction:column;align-items:center}.landing-page .download-qr-card{width:100%;max-width:240px}}.landing-page .premium-about-hero{background:#fff;padding:80px 0 0;position:relative;overflow:hidden}.landing-page .premium-about-hero .hero-container{max-width:1440px;margin:0 auto;padding:0 60px}.landing-page .premium-about-hero .hero-top-section{grid-template-columns:1fr 400px;align-items:start;gap:80px;margin-bottom:60px;display:grid}.landing-page .premium-about-hero .hero-label{margin-bottom:24px;display:inline-block}.landing-page .premium-about-hero .hero-label span{letter-spacing:2px;color:#64748b;text-transform:uppercase;font-size:11px;font-weight:600}.landing-page .premium-about-hero .hero-title-composition{position:relative}.landing-page .premium-about-hero .hero-main-title{color:#0f172a;flex-direction:column;gap:20px;margin:0;font-size:clamp(3.5rem,8vw,7rem);font-weight:700;line-height:1.1;display:flex}.landing-page .premium-about-hero .title-line{display:block}.landing-page .premium-about-hero .title-continuation{margin-top:-10px}.landing-page .premium-about-hero .cutout-tabs-wrapper{flex-wrap:wrap;gap:16px;margin:32px 0;display:flex;position:relative}.landing-page .premium-about-hero .cutout-tab{color:#94a3b8;cursor:pointer;z-index:2;white-space:nowrap;background:0 0;border:none;border-radius:24px;padding:20px 32px;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;transition:color .3s cubic-bezier(.22,1,.36,1);position:relative}.landing-page .premium-about-hero .cutout-tab:hover{color:#475569}.landing-page .premium-about-hero .cutout-tab.active{color:#0f172a}.landing-page .premium-about-hero .cutout-background{z-index:1;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #94a3b826;border-radius:24px;position:absolute;inset:0;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000f,0 16px 32px #00000014,inset 0 1px #fffc}.landing-page .premium-about-hero .cutout-tab-text{z-index:2;position:relative}.landing-page .premium-about-hero .hero-support-text{padding-top:120px}.landing-page .premium-about-hero .hero-support-text p{color:#475569;margin-bottom:16px;font-size:16px;line-height:1.7}.landing-page .premium-about-hero .hero-support-text p:last-child{margin-bottom:0}.landing-page .premium-about-hero .hero-support-text strong{color:#0f172a;font-weight:600}.landing-page .premium-about-hero .hero-banner-image{border-radius:32px;width:100%;height:480px;margin-top:40px;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000a,0 12px 24px #00000014}.landing-page .premium-about-hero .banner-img{object-fit:cover;object-position:center 40%;filter:brightness(1.05)contrast(.95);width:100%;height:100%;display:block}.landing-page .premium-about-hero .banner-overlay{pointer-events:none;background:linear-gradient(#ffffff1a 0%,#0000000d 100%);position:absolute;inset:0}.landing-page .premium-about-hero .banner-scroll-button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;z-index:10;background:#fffffff2;border:1px solid #0f172a14;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;bottom:32px;right:32px;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.landing-page .premium-about-hero .banner-scroll-button:hover{background:#fff;box-shadow:0 8px 24px #0000001f,0 4px 8px #0000000f}.landing-page .premium-about-hero .banner-scroll-button svg{color:#0f172a;font-size:20px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.landing-page .premium-about-content{background:#fafafa;min-height:600px;padding:120px 0}.landing-page .premium-about-content .content-container{max-width:1440px;margin:0 auto;padding:0 60px}.landing-page .premium-about-content .content-grid{grid-template-columns:1fr 360px;align-items:start;gap:80px;display:grid}.landing-page .premium-about-content .content-main{max-width:100%}.landing-page .premium-about-content .content-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.15}.landing-page .premium-about-content .content-body{color:#334155;font-size:17px;line-height:1.8}.landing-page .premium-about-content .content-body p{margin-bottom:24px}.landing-page .premium-about-content .content-body p:last-child{margin-bottom:0}.landing-page .premium-about-content .content-body strong{color:#0f172a;font-weight:600}.landing-page .premium-about-content .premium-feature-list{gap:32px;margin-top:40px;display:grid}.landing-page .premium-about-content .feature-item{grid-template-columns:48px 1fr;align-items:start;gap:20px;display:grid}.landing-page .premium-about-content .feature-icon{color:#475569;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.landing-page .premium-about-content .feature-item h4{color:#0f172a;margin:0 0 8px;font-size:20px;font-weight:600}.landing-page .premium-about-content .feature-item p{color:#64748b;margin:0;font-size:16px;line-height:1.6}.landing-page .premium-about-content .mission-statement,.landing-page .premium-about-content .vision-statement{color:#0f172a;margin-bottom:40px;font-size:20px;font-weight:500;line-height:1.7}.landing-page .premium-about-content .mission-grid{gap:40px;margin-top:48px;display:grid}.landing-page .premium-about-content .mission-block{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;transition:all .3s cubic-bezier(.22,1,.36,1)}.landing-page .premium-about-content .mission-block:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px #00000014,0 4px 8px #0000000a}.landing-page .premium-about-content .mission-number{color:#cbd5e1;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700}.landing-page .premium-about-content .mission-block h4{color:#0f172a;margin:0 0 12px;font-size:22px;font-weight:600}.landing-page .premium-about-content .mission-block p{color:#64748b;margin:0;font-size:16px;line-height:1.7}.landing-page .premium-about-content .vision-principles{gap:24px;margin:40px 0;display:grid}.landing-page .premium-about-content .principle{grid-template-columns:24px 1fr;align-items:start;gap:16px;display:grid}.landing-page .premium-about-content .principle-marker{background:#0f172a;border-radius:50%;width:8px;height:8px;margin-top:8px}.landing-page .premium-about-content .principle p{color:#334155;margin:0;font-size:17px;line-height:1.7}.landing-page .premium-about-content .vision-close{color:#0f172a;margin-top:40px;margin-bottom:0;font-size:18px;font-weight:500}.landing-page .premium-about-content .content-sidebar{position:sticky;top:120px}.landing-page .premium-about-content .stats-panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 32px;box-shadow:0 4px 12px #0000000a,0 2px 4px #00000005}.landing-page .premium-about-content .stat-item{border-bottom:1px solid #f1f5f9;padding:24px 0}.landing-page .premium-about-content .stat-item:last-child{border-bottom:none;padding-bottom:0}.landing-page .premium-about-content .stat-item:first-child{padding-top:0}.landing-page .premium-about-content .stat-value{color:#0f172a;letter-spacing:-.02em;margin-bottom:8px;font-size:42px;font-weight:700;line-height:1}.landing-page .premium-about-content .stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.landing-page .premium-about-content .sidebar-accent{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 32px}.landing-page .premium-about-content .accent-line{background:linear-gradient(90deg,#0f172a 0%,#cbd5e1 100%);border-radius:2px;width:40px;height:4px;margin-bottom:24px}.landing-page .premium-about-content .accent-text{color:#475569;margin:0;font-size:16px;font-style:italic;line-height:1.7}@media (max-width:1200px){.landing-page .premium-about-hero .hero-top-section{grid-template-columns:1fr 320px;gap:60px}.landing-page .premium-about-content .content-grid{grid-template-columns:1fr 300px;gap:60px}}@media (max-width:992px){.landing-page .premium-about-hero .hero-container{padding:0 40px}.landing-page .premium-about-hero .hero-top-section{grid-template-columns:1fr;gap:40px}.landing-page .premium-about-hero .hero-support-text{max-width:600px;padding-top:0}.landing-page .premium-about-hero .hero-main-title{font-size:clamp(2.5rem,6vw,4rem)}.landing-page .premium-about-hero .hero-banner-image{height:400px}.landing-page .premium-about-content .content-container{padding:0 40px}.landing-page .premium-about-content .content-grid{grid-template-columns:1fr;gap:60px}.landing-page .premium-about-content .content-sidebar{max-width:400px;position:static}}@media (max-width:768px){.landing-page .premium-about-hero{padding:60px 0 0}.landing-page .premium-about-hero .hero-container{padding:0 24px}.landing-page .premium-about-hero .cutout-tabs-wrapper{flex-direction:column;gap:12px;margin:24px 0}.landing-page .premium-about-hero .cutout-tab{text-align:left;width:100%;padding:16px 24px;font-size:1.1rem}.landing-page .premium-about-hero .hero-banner-image{border-radius:24px;height:320px}.landing-page .premium-about-hero .banner-scroll-button{width:56px;height:56px;bottom:24px;right:24px}.landing-page .premium-about-hero .banner-scroll-button svg{font-size:18px}.landing-page .premium-about-content{padding:80px 0}.landing-page .premium-about-content .content-container{padding:0 24px}.landing-page .premium-about-content .content-heading{margin-bottom:32px;font-size:clamp(1.75rem,5vw,2.5rem)}.landing-page .premium-about-content .content-body{font-size:16px}.landing-page .premium-about-content .mission-block{padding:24px}.landing-page .premium-about-content .stats-panel{padding:32px 24px}}@media (max-width:480px){.landing-page .premium-about-hero .hero-main-title{gap:16px;font-size:clamp(2rem,8vw,3rem)}.landing-page .premium-about-hero .cutout-tab{padding:14px 20px;font-size:1rem}.landing-page .premium-about-hero .hero-banner-image{height:280px}.landing-page .premium-about-content .content-heading{font-size:1.75rem}.landing-page .premium-about-content .stat-value{font-size:36px}}.landing-page .premium-about-hero .cutout-tab,.landing-page .premium-about-content .mission-block{will-change:transform;transform:translateZ(0)}.landing-page .premium-about-hero .banner-scroll-button:active{transform:scale(.95)}.landing-page{scroll-behavior:smooth}.landing-page .premium-about-hero .cutout-tab:focus-visible,.landing-page .premium-about-hero .banner-scroll-button:focus-visible{outline-offset:4px;outline:2px solid #0f172a}.landing-page .about-hero-banner-combined{align-items:flex-end;min-height:550px;display:flex;position:relative;overflow:hidden}.landing-page .about-hero-banner-combined .about-hero-image{z-index:1;width:100%;height:100%;position:absolute;inset:0}.landing-page .about-hero-banner-combined .about-hero-image img{object-fit:cover;object-position:center 35%;width:100%;height:100%}.landing-page .about-hero-banner-combined .about-hero-overlay{background:linear-gradient(90deg,#093aafd9 0%,#093aaf99 50%,#093aaf66 100%);position:absolute;inset:0}.landing-page .about-hero-banner-combined .about-hero-content{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 60px;position:relative}.landing-page .about-hero-banner-combined .about-hero-text{color:#fff;margin-bottom:40px;padding-top:60px}.landing-page .about-hero-banner-combined .about-hero-label{letter-spacing:2px;color:#fff;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:600;display:inline-block}.landing-page .about-hero-banner-combined .about-hero-title{color:#fff;max-width:900px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.landing-page .about-hero-banner-combined .about-hero-description{color:#fffffff2;max-width:700px;font-size:1.25rem;line-height:1.6}.landing-page .about-tabs-on-image{z-index:3;background:0 0;flex-wrap:wrap;gap:0;padding:0;display:flex;position:relative}.landing-page .about-tabs-on-image .about-tab-btn{color:#334155;cursor:pointer;background:#fff;border:none;border-right:1px solid #94a3b833;flex:1;align-items:center;gap:12px;min-width:200px;padding:28px 32px;font-size:15px;font-weight:600;transition:all .3s;display:flex;position:relative}.landing-page .about-tabs-on-image .about-tab-btn:first-child{border-radius:24px 0 0}.landing-page .about-tabs-on-image .about-tab-btn:last-child{border-right:none;border-radius:0 24px 0 0}.landing-page .about-tabs-on-image .about-tab-btn:hover{background:#fff}.landing-page .about-tabs-on-image .about-tab-btn.active{color:#fff;background:#0968af;box-shadow:0 4px 12px #0968af4d}.landing-page .about-tabs-on-image .about-tab-btn.active .tab-icon{color:#fff}.landing-page .about-tabs-on-image .tab-icon{color:#0968af;font-size:24px;transition:all .3s}.landing-page .about-tabs-on-image .about-tab-btn span{letter-spacing:.5px}.landing-page .about-tabs-section:before{content:"";box-sizing:border-box;background:0 0;border-radius:0;max-width:1400px;height:0;margin:0 auto;padding:0 40px;position:absolute;top:0;left:0;right:0}.landing-page .value-card-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.landing-page .value-card-title{flex:1;margin:0}.landing-page .value-card .value-card-icon{margin-bottom:0}@media (max-width:1024px){.landing-page .about-tabs-on-image .about-tab-btn{min-width:180px;padding:24px 20px;font-size:14px}}@media (max-width:768px){.landing-page .about-hero-banner-combined{min-height:600px}.landing-page .about-hero-banner-combined .about-hero-top{grid-template-columns:1fr;gap:30px;padding:40px 24px 30px}.landing-page .about-tabs-on-image{flex-flow:wrap}.landing-page .about-tabs-on-image .about-tab-btn{text-align:center;flex-direction:column;flex:1;gap:8px;min-width:120px;padding:20px 12px;font-size:12px}.landing-page .about-tabs-on-image .about-tab-btn span{font-size:11px}.landing-page .about-tabs-section:before,.landing-page .about-tabs-container{padding:0 24px}.landing-page .value-card-header{flex-direction:row;align-items:center}}@media (max-width:480px){.landing-page .about-hero-banner-combined .about-hero-title{font-size:2rem}.landing-page .about-hero-banner-combined .about-hero-description{font-size:1.1rem}.landing-page .about-tabs-on-image .about-tab-btn{gap:6px;min-width:100px;padding:16px 8px;font-size:11px}.landing-page .about-tabs-on-image .about-tab-btn span{font-size:10px;line-height:1.2}.landing-page .about-tabs-on-image .tab-icon{font-size:18px}}.landing-page .about-tabs-container{padding-top:20px}.landing-page .about-tabs-section:before{z-index:2}.landing-page .about-content-grid{padding-top:20px}@media (max-width:1024px){.landing-page .about-tabs-section:before{padding:0 40px}}.landing-page .text-primary{color:#0968af;font-weight:600}.landing-page .about-content-text p{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.8}.landing-page .about-content-text{font-family:Inter,system-ui,-apple-system,sans-serif}.landing-page .value-card-desc{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.7}.landing-page .value-card-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6,.landing-page .hero-banner-title{font-family:Inter,system-ui,-apple-system,sans-serif}.landing-page .hero-banner-desc{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.7}.landing-page .about-hero-description .text-primary{color:#60a5fa;font-weight:600}.landing-page .about-content-text .text-primary,.landing-page .value-card-desc .text-primary{color:#0968af;font-weight:600}.landing-page .lp-container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media (max-width:479px){.landing-page .lp-container{padding:0 15px}.landing-page .hero-banner-card{min-height:500px;padding:80px 15px 100px}.landing-page .hero-banner-title{font-size:1.75rem;line-height:1.2}.landing-page .hero-banner-desc{padding:0 10px;font-size:.9rem}.landing-page .hero-join-btn{padding:.7rem 1.75rem;font-size:.9rem}.landing-page .stats-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000073;border-radius:16px;margin-top:-80px;padding:25px 20px}.landing-page .stats-grid{gap:1.75rem}.landing-page .stats-grid h3{font-size:1.85rem;font-weight:800}.landing-page .stats-grid p{word-break:break-word;max-width:150px;margin:0 auto;font-size:.65rem;font-weight:700;line-height:1.35}.landing-page .services-section{padding:0 0 15px}.landing-page .lp-py-5{padding-top:1.5rem;padding-bottom:1.5rem}.landing-page .feature-item{padding:1.5rem}.landing-page .feature-description{font-size:.8rem}.landing-page .floating-stat-card{display:none}.landing-page .features-expanding-cards-wrapper{gap:10px;margin-top:1.5rem}.landing-page .features-expanding-card{min-height:280px}.landing-page .category-expanding-card-icon{width:48px;height:48px;margin-bottom:1rem}.landing-page .category-expanding-card-subtitle{margin-bottom:.75rem;font-size:.75rem}.landing-page .category-expanding-card-desc{font-size:.8125rem;line-height:1.5}.landing-page .about-section{padding:15px 0 25px}.landing-page .about-section .lp-container{padding:0 20px}.landing-page .about-value-grid{grid-template-columns:1fr;gap:1rem}.landing-page .value-card{padding:1rem}.landing-page .value-card-title{font-size:.95rem}.landing-page .value-card-desc{font-size:.8rem}.landing-page .roadmap-section{padding:15px 0}.landing-page .bento-features{padding:30px 0}.landing-page .bento-container{padding:0 15px}.landing-page .features-segmented-nav{-webkit-overflow-scrolling:touch;gap:6px;padding-bottom:5px;overflow-x:auto}.landing-page .features-segment-btn{white-space:nowrap;min-width:fit-content;padding:.6rem .9rem;font-size:.8rem}.landing-page .features-tab-tagline{font-size:.9rem}.landing-page .features-bento-grid{gap:12px}.landing-page .features-bento-card{padding:1.2rem}.landing-page .features-bento-title{font-size:.95rem}.landing-page .features-bento-desc{font-size:.8rem}.landing-page .category-expanding-cards-wrapper{gap:10px;margin-top:1.5rem}.landing-page .category-expanding-card{min-height:auto}.landing-page .category-expanding-card-content{padding:1.5rem}.landing-page .category-expanding-card-header{margin-bottom:1.25rem;padding-bottom:.875rem}.landing-page .category-expanding-card-icon{width:48px;height:48px}.landing-page .category-expanding-card-title{font-size:1.25rem}.landing-page .category-expanding-card-tagline{font-size:.75rem}.landing-page .category-features-list{gap:.875rem}.landing-page .category-feature-item{padding:.75rem}.landing-page .category-feature-icon{width:32px;height:32px}.landing-page .category-feature-title{font-size:.875rem}.landing-page .category-feature-desc{font-size:.75rem}}@media (min-width:480px) and (max-width:767px){.landing-page .lp-container{padding:0 20px}.landing-page .hero-banner-card{min-height:540px;padding:90px 25px 110px}.landing-page .hero-banner-title{font-size:2rem}.landing-page .hero-banner-desc{font-size:.95rem}.landing-page .stats-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border-radius:18px;margin-top:-90px;padding:28px 24px}.landing-page .stats-grid{gap:2rem}.landing-page .stats-grid h3{font-size:2rem;font-weight:800}.landing-page .stats-grid p{word-break:break-word;font-size:.72rem;font-weight:700;line-height:1.35}.landing-page .feature-item{padding:2rem}.landing-page .about-value-grid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:991px){.landing-page .lp-container{padding:0 30px}.landing-page .hero-banner-card{min-height:550px;padding:100px 40px 90px}.landing-page .hero-banner-title{font-size:2.5rem}.landing-page .about-grid{grid-template-columns:1fr;gap:2.5rem}.landing-page .about-image-container{max-width:500px;margin:0 auto}.landing-page .stats-wrapper{margin-top:-90px}.landing-page .features-bento-grid{grid-template-columns:repeat(2,1fr)}.landing-page .features-bento-card.featured{grid-column:span 2}}@media (min-width:992px) and (max-width:1199px){.landing-page .lp-container{padding:0 40px}.landing-page .about-section .lp-container{max-width:1400px;padding:0 50px}.landing-page .features-bento-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.landing-page .lp-display-5{font-size:clamp(1.5rem,5vw,2.2rem)}.landing-page .lp-lead{font-size:.9rem}.landing-page .lp-mb-5{margin-bottom:.75rem}.landing-page .lp-mt-5{margin-bottom:2rem}.landing-page .services-tagline{margin-top:1.5rem;font-size:1rem}.landing-page .four-pillars-tagline{font-size:1rem}.landing-page .four-pillars-tagline .highlight-number{font-size:1.1rem}.landing-page .features-grid{grid-template-columns:1fr}.landing-page .feature-item{border-left:none!important;border-right:none!important;border-bottom:1px solid var(--lp-border)!important}.landing-page .feature-item:last-child{border-bottom:none!important}.landing-page .about-grid{grid-template-columns:1fr;gap:2rem}.landing-page .about-text{font-size:.9rem}.landing-page .about-image-container{height:300px}.landing-page .about-main-img{max-height:300px}.landing-page .floating-stat-card{padding:.625rem .75rem;transform:scale(.75)}.landing-page .floating-stat-card .stat-icon{width:35px;height:35px}.landing-page .stat-value{font-size:.95rem}.landing-page .stat-label{font-size:.6rem}.landing-page .stat-card-1{top:8%;left:-5%}.landing-page .stat-card-2{bottom:5%;right:-5%}.landing-page .roadmap-header{padding:0 15px}.landing-page .roadmap-subtitle{font-size:.9rem}.landing-page .features-bento-grid{grid-template-columns:1fr;gap:15px}.landing-page .features-bento-card.featured{grid-column:span 1}.landing-page .logo-icon{height:100px}.landing-page .logo-img{height:70px}.landing-page .logo-text{margin-left:-20px;font-size:1rem}}@media (max-width:767px) and (orientation:landscape){.landing-page .hero-banner-card{min-height:400px;padding:70px 30px 60px}.landing-page .stats-wrapper{margin-top:-50px}}@media (min-width:1400px){.landing-page .lp-container{max-width:1400px}.landing-page .nav-container{max-width:1600px}}@media (max-width:576px){.landing-page .features-segmented-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;overflow-x:auto}.landing-page .features-segmented-nav::-webkit-scrollbar{display:none}.landing-page .features-segment-btn{flex-shrink:0}}@media (max-width:991px){.landing-page img{max-width:100%;height:auto}.landing-page .about-content-image{max-height:350px}}@media (max-width:576px){.landing-page .value-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.landing-page .value-card-icon{width:35px;height:35px;font-size:1rem}}@media (max-width:767px){.landing-page .nav-link-item,.landing-page .btn-nav{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.landing-page .carousel-indicator{width:12px;height:12px;margin:0 6px}.landing-page .hero-bg-image{background-position:50%;background-size:cover}.landing-page .site-header{height:70px}.landing-page .nav-container{gap:.5rem;padding:0 1rem}.landing-page .logo-wrapper{flex-shrink:1;min-width:0}.landing-page .logo-text{font-size:1.1rem}.landing-page .nav-app-store-buttons{gap:4px}.landing-page .nav-app-store-buttons .app-store-btn img[src*=playstore]{height:45px}.landing-page .nav-app-store-buttons .app-store-btn img[src*=appstore]{height:32px}}@media (max-width:500px){.landing-page .nav-app-store-buttons{display:none!important}.landing-page .mobile-toggle{margin-left:auto}.landing-page .logo-text{font-size:.95rem}.landing-page .logo-icon{width:auto;height:32px}}@media (max-width:420px){.landing-page .logo-text{font-size:.85rem}.landing-page .logo-icon{width:auto;height:28px}.landing-page .site-header{height:65px}.landing-page .nav-container{padding:0 .75rem}}@media (max-width:360px){.landing-page .logo-text{display:none}.landing-page .logo-wrapper{min-width:auto}.landing-page .logo-icon{height:35px}}@media (max-width:991px){.landing-page p,.landing-page .lp-lead,.landing-page .feature-description{max-width:100%}}.landing-page .partner-hero-section{background:url(/images/handshake.webp) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.landing-page .partner-hero-overlay{opacity:.05;z-index:1;background:url(/images/pattern.svg);position:absolute;inset:0}.landing-page .partner-hero-content{z-index:2;width:100%;padding:100px 20px 80px;position:relative}.landing-page .partner-hero-text{text-align:center;max-width:900px;margin:0 auto}.landing-page .partner-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:1px;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:24px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-block}.landing-page .partner-hero-title{color:#fff;margin-bottom:20px;font-size:64px;font-weight:800;line-height:1.1}.landing-page .partner-hero-subtitle{color:#fffffff2;margin-bottom:40px;font-size:22px;font-weight:400;line-height:1.6}.landing-page .partner-hero-subtitle .devanagari-text{font-weight:600}.landing-page .partner-hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.landing-page .partner-cta-primary,.landing-page .partner-cta-secondary{cursor:pointer;border:none;border-radius:12px;outline:none;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.landing-page .partner-cta-primary{color:#093aaf;background:#fff;box-shadow:0 4px 20px #ffffff4d}.landing-page .partner-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #fff6}.landing-page .partner-cta-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d}.landing-page .partner-cta-secondary:hover{background:#ffffff40;border-color:#ffffff80}.landing-page .partner-stats-section{background:#fff;padding:80px 0}.landing-page .partner-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.landing-page .partner-stat-card{background:#fff;border-radius:16px;align-items:center;gap:20px;padding:30px;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000000f}.landing-page .partner-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.landing-page .partner-stat-icon{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.landing-page .partner-stat-content h3{color:#1e293b;margin:0 0 4px;font-size:36px;font-weight:700;line-height:1}.landing-page .partner-stat-content p{color:#64748b;margin:0;font-size:14px;font-weight:500}.landing-page .partner-benefits-section{background:#f8fafc;padding:20px 0 40px}.landing-page .partner-section-badge{color:#0369a1;text-transform:uppercase;letter-spacing:.5px;background:#e0f2fe;border-radius:50px;margin-bottom:16px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-block}.landing-page .partner-section-subtitle{color:#64748b;max-width:600px;margin:16px auto 0;font-size:18px;line-height:1.6}.landing-page .partner-benefit-category{background:#fff;border-radius:20px;margin-bottom:60px;padding:40px;box-shadow:0 2px 10px #0000000d}.landing-page .partner-benefit-header{border-bottom:2px solid #f1f5f9;align-items:center;gap:20px;margin-bottom:32px;padding-bottom:20px;display:flex}.landing-page .partner-benefit-icon-wrapper{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.landing-page .partner-benefit-title{color:#1e293b;margin:0;font-size:28px;font-weight:700}.landing-page .partner-benefit-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;display:grid}.landing-page .partner-benefit-item{background:#f8fafc;border-radius:12px;align-items:flex-start;gap:14px;padding:16px;transition:all .3s;display:flex}.landing-page .partner-benefit-item:hover{background:#f1f5f9;transform:translate(4px)}.landing-page .partner-benefit-item-icon{flex-shrink:0;margin-top:2px}.landing-page .partner-benefit-item-text{color:#475569;margin:0;font-size:15px;font-weight:500;line-height:1.6}.landing-page .partner-how-section{background:#fff;padding:20px 0 40px}.landing-page .partner-steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;margin-top:20px;display:grid}.landing-page .partner-step-card{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:2px solid #e2e8f0;border-radius:20px;padding:40px 30px;transition:all .3s;position:relative}.landing-page .partner-step-card:hover{border-color:#093aaf;transform:translateY(-8px);box-shadow:0 12px 32px #093aaf1f}.landing-page .partner-step-number{color:#fff;background:linear-gradient(135deg,#093aaf 0%,#06b6d4 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex;position:absolute;top:-20px;right:30px;box-shadow:0 4px 12px #093aaf4d}.landing-page .partner-step-icon{color:#0369a1;background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.landing-page .partner-step-card h4{color:#1e293b;margin:0 0 12px;font-size:22px;font-weight:700}.landing-page .partner-step-card p{color:#64748b;margin:0;font-size:15px;line-height:1.6}.landing-page .partner-cta-section{background:linear-gradient(135deg,#f8fafc 0%,#e0f2fe 100%);padding:80px 0}.landing-page .partner-cta-box{background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:60px;display:grid;box-shadow:0 8px 32px #00000014}.landing-page .partner-cta-content{max-width:500px}.landing-page .partner-cta-title{color:#1e293b;margin:0 0 20px;font-size:42px;font-weight:800;line-height:1.2}.landing-page .partner-cta-text{color:#64748b;margin:0 0 32px;font-size:18px;line-height:1.6}.landing-page .partner-cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#093aaf 0%,#06b6d4 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:18px 36px;font-size:17px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #093aaf4d}.landing-page .partner-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #093aaf66}.landing-page .partner-cta-image{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.landing-page .partner-cta-image img{border-radius:16px;width:100%;height:auto;display:block}@media (max-width:992px){.landing-page .partner-hero-title{font-size:48px}.landing-page .partner-hero-subtitle{font-size:18px}.landing-page .partner-benefit-grid{grid-template-columns:1fr}.landing-page .partner-cta-box{grid-template-columns:1fr;gap:40px;padding:40px}.landing-page .partner-cta-image{order:-1}}@media (max-width:768px){.landing-page .partner-hero-title{font-size:36px}.landing-page .partner-hero-subtitle{font-size:16px}.landing-page .partner-hero-buttons{flex-direction:column;align-items:stretch}.landing-page .partner-cta-primary,.landing-page .partner-cta-secondary{justify-content:center}.landing-page .partner-stats-grid{grid-template-columns:1fr}.landing-page .partner-benefit-category{padding:24px}.landing-page .partner-benefit-title{font-size:22px}.landing-page .partner-cta-title{font-size:32px}.landing-page .partner-cta-box{padding:30px}}@media (max-width:480px){.landing-page .partner-hero-content{padding:80px 20px 60px}.landing-page .partner-hero-title{font-size:28px}.landing-page .partner-stat-card{padding:20px}.landing-page .partner-stat-content h3{font-size:28px}.landing-page .partner-benefit-grid{gap:12px}.landing-page .partner-steps-grid{grid-template-columns:1fr}}.landing-page .partner-form-section{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);padding:20px 0 40px}.landing-page .partner-form-wrapper{max-width:1200px;margin:0 auto}.landing-page .partner-form-header{text-align:center;margin-bottom:20px}.landing-page .partner-form-container{grid-template-columns:1.2fr .8fr;align-items:start;gap:50px;display:grid}.landing-page .partner-form-card{background:#fff;border-radius:24px;padding:50px;box-shadow:0 8px 32px #00000014}.landing-page .partner-form-title{color:#1e293b;margin:0 0 8px;font-size:32px;font-weight:700}.landing-page .partner-form-subtitle{color:#64748b;margin:0 0 32px;font-size:16px}.landing-page .partner-application-form{flex-direction:column;gap:24px;display:flex}.landing-page .partner-form-group{flex-direction:column;gap:8px;display:flex}.landing-page .partner-label{color:#475569;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.landing-page .partner-input{color:#1e293b;box-sizing:border-box;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .3s}.landing-page .partner-input:focus{border-color:#093aaf;outline:none;box-shadow:0 0 0 3px #093aaf1a}.landing-page .partner-input::placeholder{color:#94a3b8}.landing-page .partner-textarea{resize:vertical;min-height:100px}.landing-page .partner-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#093aaf 0%,#06b6d4 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:16px 32px;font-size:17px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 16px #093aaf4d}.landing-page .partner-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #093aaf66}.landing-page .partner-submit-button:disabled{opacity:.7;cursor:not-allowed}.landing-page .partner-submit-button .spinner-border{border-width:2px;width:20px;height:20px}.landing-page .partner-form-benefits{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:2px solid #e2e8f0;border-radius:20px;margin-bottom:24px;padding:40px}.landing-page .partner-benefits-title{color:#1e293b;margin:0 0 28px;font-size:22px;font-weight:700}.landing-page .partner-benefit-step{gap:16px;margin-bottom:24px;display:flex}.landing-page .partner-benefit-step:last-child{margin-bottom:0}.landing-page .partner-benefit-step-icon{color:#0369a1;background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.landing-page .partner-benefit-step-content h5{color:#1e293b;margin:0 0 4px;font-size:16px;font-weight:600}.landing-page .partner-benefit-step-content p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.landing-page .partner-support-box{text-align:center;color:#fff;background:linear-gradient(135deg,#093aaf 0%,#06b6d4 100%);border-radius:20px;padding:32px}.landing-page .partner-support-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.landing-page .partner-support-box h5{color:#fff;margin:0 0 8px;font-size:20px;font-weight:700}.landing-page .partner-support-box p{color:#ffffffe6;margin:0;font-size:15px;line-height:1.5}@media (max-width:992px){.landing-page .partner-form-container{grid-template-columns:1fr;gap:40px}.landing-page .partner-form-card{padding:40px}.landing-page .partner-form-right{order:-1}}@media (max-width:768px){.landing-page .partner-form-section{padding:20px 0 40px}.landing-page .partner-form-card{padding:30px}.landing-page .partner-form-title{font-size:26px}.landing-page .partner-form-benefits{padding:30px}}@media (max-width:480px){.landing-page .partner-form-card,.landing-page .partner-form-benefits,.landing-page .partner-support-box{padding:24px}.landing-page .partner-benefits-section,.landing-page .partner-how-section,.landing-page .partner-form-section{padding:15px 0 30px}.landing-page .partner-benefit-card{padding:20px 16px}.landing-page .partner-benefit-card-header{gap:.75rem}.landing-page .partner-benefit-card-title{font-size:16px}.landing-page .partner-benefit-card-description{font-size:13px;line-height:1.6}.landing-page .partner-step-card{padding:24px 16px}.landing-page .partner-step-card h4{font-size:18px}.landing-page .partner-step-card p{font-size:13px}.landing-page .lp-display-5{font-size:24px}.landing-page .partner-section-subtitle{font-size:14px}.landing-page .lp-mb-5{margin-bottom:.75rem}.landing-page .partner-hero-buttons{gap:12px}.landing-page .partner-cta-primary,.landing-page .partner-cta-secondary{padding:12px 20px;font-size:14px}.landing-page .partner-form-header{margin-bottom:16px}}.landing-page .partner-benefit-cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px;display:grid}@media (min-width:1024px){.landing-page .partner-benefit-cards-grid{grid-template-columns:repeat(3,1fr);gap:28px}}.landing-page .partner-benefit-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;height:100%;padding:28px 24px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}@media (min-width:1024px){.landing-page .partner-benefit-card{padding:32px 28px}}.landing-page .partner-benefit-card:hover{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#093aaf 0%,#06b6d4 50%,#10b981 100%) border-box;border:2px solid #0000;transform:translateY(-6px)scale(1.02);box-shadow:0 12px 32px #093aaf2e}.landing-page .partner-benefit-card-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.landing-page .partner-benefit-card-icon{color:#0369a1;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.landing-page .partner-benefit-card:hover .partner-benefit-card-icon{color:#fff;background:linear-gradient(135deg,#093aaf 0%,#06b6d4 100%);border-color:#0000;transform:scale(1.1)rotate(5deg);box-shadow:0 4px 12px #093aaf4d}.landing-page .partner-benefit-card-title{color:#1e293b;margin:0;font-size:20px;font-weight:700;line-height:1.3}.landing-page .partner-benefit-card-description{color:#64748b;text-align:left;margin:0;font-size:15px;line-height:1.7}@media (max-width:768px){.landing-page .partner-benefit-cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.landing-page .partner-benefit-card{padding:24px 20px}.landing-page .partner-benefit-card-title{font-size:18px}.landing-page .partner-benefit-card-description{font-size:14px}.landing-page .partner-steps-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.landing-page .partner-step-card{padding:30px 20px}}@media (max-width:600px){.landing-page .partner-benefit-cards-grid,.landing-page .partner-steps-grid{grid-template-columns:1fr}}.unsub-page{background:linear-gradient(135deg,#f0f4ff 0%,#e8f0fe 50%,#f5f3ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Inter,system-ui,sans-serif;display:flex}.unsub-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:500px;padding:48px 40px;animation:.4s ease-out fadeInUp;box-shadow:0 8px 48px #093aaf14,0 2px 12px #0000000f}.unsub-card--success{border-top:4px solid #22c55e}.unsub-logo-link{margin-bottom:20px;display:block}.unsub-logo{object-fit:contain;height:40px}.unsub-icon{margin-bottom:16px;font-size:3rem;line-height:1;display:block}.unsub-icon--error{font-size:2.5rem}.unsub-title{color:#0f172a;margin:0 0 10px;font-size:1.6rem;font-weight:700}.unsub-subtitle{color:#475569;margin:0 0 24px;font-size:.95rem;line-height:1.6}.unsub-email{color:#093aaf;word-break:break-all}.unsub-note{color:#64748b;margin-bottom:24px;font-size:.875rem}.unsub-link{color:#093aaf;text-decoration:underline}.unsub-reasons{text-align:left;margin-bottom:24px}.unsub-reasons-label{color:#374151;margin:0 0 12px;font-size:.875rem;font-weight:600}.unsub-reason{cursor:pointer;color:#374151;background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:12px 16px;font-size:.9rem;transition:all .18s;display:flex}.unsub-reason:hover{color:#093aaf;background:#f0f4ff;border-color:#093aaf}.unsub-reason--selected{color:#093aaf;background:linear-gradient(135deg,#eff6ff 0%,#f0f4ff 100%);border-color:#093aaf;font-weight:600}.unsub-radio{accent-color:#093aaf;flex-shrink:0;width:16px;height:16px}.unsub-textarea{color:#374151;resize:vertical;box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;margin-top:8px;padding:10px 14px;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .2s}.unsub-textarea:focus{border-color:#093aaf}.unsub-actions{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.unsub-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.unsub-btn--danger{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 14px #ef44444d}.unsub-btn--danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ef444466}.unsub-btn--danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.unsub-btn--primary{color:#fff;background:linear-gradient(135deg,#093aaf 0%,#0a2463 100%);box-shadow:0 4px 14px #093aaf40}.unsub-btn--primary:hover{color:#fff;background:linear-gradient(135deg,#0a2463 0%,#081d52 100%);transform:translateY(-1px);box-shadow:0 6px 20px #093aaf59}.unsub-btn--ghost{color:#64748b;background:0 0;border:1.5px solid #e2e8f0}.unsub-btn--ghost:hover{color:#374151;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.unsub-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.unsub-error{color:#ef4444;margin-bottom:12px;font-size:.875rem}.unsub-footer-note{color:#94a3b8;font-size:.78rem;line-height:1.5}@media (max-width:480px){.unsub-card{padding:32px 20px}.unsub-title{font-size:1.35rem}}.login-box{background:#fff;border-radius:24px;width:100%;max-width:460px;padding:48px 40px;box-shadow:0 12px 40px #04508b33}.success-message{color:#22c55e;text-align:center;background-color:#dcfce7;border:1px solid #22c55e;border-radius:10px;margin-bottom:20px;padding:12px;font-size:14px}.forgot-link{text-align:center;margin-top:12px}.forgot-link a{color:#2e8dd8;font-size:14px;font-weight:500;text-decoration:none}.forgot-link a:hover{text-decoration:underline}.phone-row{gap:8px;display:flex}.country-code-input{text-align:center;flex-shrink:0;width:80px!important}.phone-input{flex:1}.password-wrapper{position:relative}.password-wrapper input{width:100%;padding-right:56px}.password-wrapper input::-ms-reveal{display:none}.password-wrapper input::-ms-clear{display:none}.password-wrapper input::-webkit-credentials-auto-fill-button{display:none}.toggle-pw{z-index:2;color:#2e8dd8;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:6px 4px;font-size:13px;font-weight:600;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.field-error{color:#ef4444;margin-top:4px;font-size:12px}.privacy-row{align-items:flex-start;gap:8px;display:flex}.privacy-row input[type=checkbox]{accent-color:#2e8dd8;width:18px;height:18px;margin-top:2px}.privacy-row label{color:#4a5568;font-size:13px;line-height:1.5}.privacy-row a{color:#2e8dd8;font-weight:600}.conflict-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.conflict-modal{background:#fff;border-radius:20px;width:90%;max-width:480px;max-height:80vh;padding:32px;overflow-y:auto;box-shadow:0 20px 60px #0003}.conflict-modal h3{color:#04508b;margin:0 0 8px;font-size:20px;font-weight:700}.conflict-modal p{color:#4a5568;margin:0 0 16px;font-size:14px}.conflict-actions{gap:10px;margin-top:20px;display:flex}.conflict-actions button{cursor:pointer;border-radius:12px;flex:1;padding:12px 16px;font-size:14px;font-weight:700;transition:all .2s}.conflict-actions .primary-btn{color:#fff;background:#2e8dd8;border:none}.conflict-actions .primary-btn:hover{background:#04508b}.conflict-actions .secondary-btn{color:#4a5568;background:#fff;border:1px solid #e2e8f0}.conflict-actions .secondary-btn:hover{background:#f5f7fa}@media (max-width:480px){.login-box{padding:32px 24px}.login-box h2{font-size:28px}}.login-container{background:#f4f4f5;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-box{background:#fff;border:1px solid #e4e4e7;border-radius:24px;width:100%;max-width:460px;padding:48px 40px;box-shadow:0 8px 30px #00000014}.login-box h2{color:#1a1a1a;text-align:center;margin:0 0 8px;font-size:32px;font-weight:700}.subtitle{text-align:center;color:#757575;margin-bottom:32px;font-size:15px;line-height:1.5}.form-group{margin-bottom:24px}.form-group label{color:#424242;letter-spacing:.2px;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.form-group input{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1px solid #e4e4e7;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61a}.error-message{color:#c62828;background:#ffebee;border-left:4px solid #c62828;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px}.submit-btn,.login-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#3b82f6;border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:all .2s}.submit-btn:hover:not(:disabled),.login-btn:hover:not(:disabled){background:#2563eb;transform:scale(1.02)}.submit-btn:disabled,.login-btn:disabled{opacity:.6;cursor:not-allowed}.register-link{text-align:center;color:#757575;margin-top:24px;font-size:14px}.register-link a{color:#667eea;font-weight:600;text-decoration:none}.register-link a:hover{text-decoration:underline}@media (max-width:480px){.login-box{padding:32px 24px}.login-box h2{font-size:28px}}:root{--color-primary-main:#0a66c2;--color-primary-light:#378fe9;--color-primary-dark:#004182;--color-primary-hover:#004182;--color-secondary-main:#70b5f9;--color-secondary-light:#a3d1fc;--color-secondary-dark:#3d9af6;--color-white:#fff;--color-neutral-50:#f9f9f9;--color-neutral-100:#f3f2ef;--color-neutral-200:#e8e6e3;--color-neutral-300:#d4d2cf;--color-neutral-400:#b8b6b3;--color-neutral-500:#9c9a97;--color-neutral-600:#6e6d6b;--color-neutral-700:#545352;--color-neutral-800:#3a3938;--color-neutral-900:#1d1c1c;--color-black:#000;--color-success-main:#057642;--color-success-light:#0fa76c;--color-success-dark:#035230;--color-error-main:#cc1016;--color-error-light:#e83a3f;--color-error-dark:#9c0c11;--color-warning-main:#f5c26b;--color-warning-light:#f8d591;--color-warning-dark:#f2af45;--color-text-primary:#000000e6;--color-text-secondary:#0009;--color-text-tertiary:#0006;--color-text-disabled:#00000040;--color-text-link:#0a66c2;--color-text-link-hover:#004182;--color-text-white:#fff;--color-bg-default:#f3f2ef;--color-bg-paper:#fff;--color-bg-hover:#f3f2ef;--color-bg-disabled:#e8e6e3;--color-bg-overlay:#00000080;--color-border-light:#e0e0e0;--color-border-main:#d4d2cf;--color-border-dark:#b8b6b3;--color-border-focus:#0a66c2;--color-divider:#00000014;--font-family-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-mono:"Fira Code","Courier New",Courier,monospace;--font-size-xs:12px;--font-size-sm:14px;--font-size-base:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:30px;--font-size-4xl:36px;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-base:16px;--spacing-lg:20px;--spacing-xl:24px;--spacing-2xl:32px;--spacing-3xl:40px;--spacing-4xl:48px;--spacing-5xl:64px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 4px #00000014;--shadow-lg:0 4px 8px #0000001f;--shadow-xl:0 8px 16px #00000029;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s ease-in-out;--transition-base:.2s ease-in-out;--transition-slow:.3s ease-in-out}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px}body{font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-default);min-height:100vh;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--color-text-primary);margin:0}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{line-height:var(--line-height-normal);margin:0}a{color:var(--color-text-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-text-link-hover);text-decoration:underline}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;background:0 0;border:none;padding:0}button:disabled{cursor:not-allowed;opacity:.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-neutral-100)}::-webkit-scrollbar-thumb{background:var(--color-neutral-400);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-neutral-500)}*{scrollbar-width:thin;scrollbar-color:var(--color-neutral-400)var(--color-neutral-100)}:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-tertiary{color:var(--color-text-tertiary)}.text-disabled{color:var(--color-text-disabled)}.text-link{color:var(--color-text-link)}.text-white{color:var(--color-text-white)}.text-success{color:var(--color-success-main)}.text-error{color:var(--color-error-main)}.text-warning{color:var(--color-warning-main)}.font-light{font-weight:var(--font-weight-light)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.card{background:var(--color-bg-paper);border-radius:var(--radius-md);border:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base)}.card:hover{box-shadow:var(--shadow-md)}.card-interactive{cursor:pointer}.card-interactive:hover{box-shadow:var(--shadow-lg)}.container{width:100%;max-width:1280px;padding:0 var(--spacing-base);margin:0 auto}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-xs{gap:var(--spacing-xs)}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-base{gap:var(--spacing-base)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}.hidden{display:none}.visible{display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.transition{transition:all var(--transition-base)}.transition-fast{transition:all var(--transition-fast)}.transition-slow{transition:all var(--transition-slow)}.divider{background:var(--color-divider);height:1px;margin:var(--spacing-base)0;border:0}.divider-vertical{background:var(--color-divider);width:1px;height:auto;margin:0 var(--spacing-base)}*{box-sizing:border-box;margin:0;padding:0}.App{min-height:99.9vh}
