.wrap{max-width:1180px;margin:0 auto;padding:0 28px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border:0;border-radius:999px;cursor:pointer;font-family:"Inter","Segoe UI",Calibri,system-ui,sans-serif;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#1a6deb 0%,#0f53c4 100%);box-shadow:0 6px 16px rgba(10,37,64,.08),0 2px 6px rgba(10,37,64,.06)}.nav{position:sticky;z-index:50;top:0;background:rgba(255,255,255,.82);border-bottom:1px solid #e2e8f0;backdrop-filter:blur(12px)}.nav .row{display:flex;align-items:center;justify-content:space-between;height:66px}.nav img.logo{display:block;width:auto;height:34px}.nav .links{display:flex;align-items:center;gap:30px}.nav .links a{color:#334155;font-family:"Inter","Segoe UI",Calibri,system-ui,sans-serif;font-size:15px;font-weight:500}.nav .links a:hover,.nav .links a[aria-current=page]{color:#0a2540}.nav .cta{display:flex;align-items:center;gap:12px}.nav .mobile-demo{display:none}.burger{display:none;border:0;background:none;color:#0a2540;cursor:pointer;font-size:24px}.nav-close,.nav-overlay{display:none}.app-downloads{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.store-menu{position:relative}.store-menu summary{display:flex;align-items:center;gap:10px;min-width:190px;padding:10px 16px;border:1px solid rgba(255,255,255,.25);border-radius:12px;color:#0a2540;background:#fff;box-shadow:0 6px 16px rgba(10,37,64,.08),0 2px 6px rgba(10,37,64,.06);cursor:pointer;list-style:none;user-select:none}.store-menu summary::-webkit-details-marker{display:none}.store-menu summary svg{width:27px;height:27px;flex:0 0 27px;fill:currentColor}.store-menu .store-copy{display:flex;flex-direction:column;line-height:1.1;white-space:nowrap}.store-menu .store-copy small{color:#64748b;font-size:10px;font-weight:500}.store-menu .store-copy strong{margin-top:3px;font-family:"Sora","Segoe UI",Calibri,system-ui,sans-serif;font-size:15px}.store-menu .chevron{width:16px;height:16px;margin-left:auto;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}.store-menu[open] .chevron{transform:rotate(180deg)}.store-options{display:none;position:absolute;z-index:8;bottom:calc(100% + 8px);left:0;width:220px;padding:8px;border-radius:12px;background:#fff;box-shadow:0 24px 48px rgba(10,37,64,.16),0 8px 16px rgba(10,37,64,.08)}.store-options::before{content:"";position:absolute;right:0;bottom:-8px;left:0;height:8px}.store-menu:hover .store-options,.store-menu:focus-within .store-options,.store-menu[open] .store-options{display:block}.store-options a{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:8px;color:#0a2540;font-size:14px;font-weight:600}.store-options a:hover,.store-options a:focus{color:#0f53c4;background:#eaf2fe}.store-options a::after{content:"↗";font-size:15px}@media(hover:hover) and (pointer:fine){.store-menu:hover .chevron{transform:rotate(180deg)}}footer{padding:64px 0 34px;color:#7fa9f6;background:#061b33;font-family:"Inter","Segoe UI",Calibri,system-ui,sans-serif;font-size:.95rem}footer .top{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:26px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}footer .brand .footer-logo{display:inline-block;padding:6px 9px;border-radius:6px;background:#fff}footer .brand .footer-logo img{display:block;width:auto;height:34px}footer .brand p{max-width:22rem;margin-top:12px}.brand-line{margin-top:8px!important;color:#1a6deb;font-family:"Sora","Segoe UI",Calibri,system-ui,sans-serif;font-weight:600}footer h5{margin-bottom:14px;color:#fff;font-family:"Sora","Segoe UI",Calibri,system-ui,sans-serif;font-size:.95rem}footer ul{padding:0;list-style:none}footer ul li{padding:6px 0}footer ul li a:hover{color:#fff}footer .app-downloads{align-items:flex-start;margin-top:0;gap:10px;flex-direction:column}footer .store-menu{width:100%;max-width:190px}footer .store-menu summary{width:100%;min-width:0;padding:9px 12px}footer .store-options{bottom:calc(100% + 7px);width:210px}footer .bot{display:flex;justify-content:space-between;gap:10px;padding-top:22px;flex-wrap:wrap}
@media(max-width:900px){html,body{overflow-x:hidden}body.nav-open{overflow:hidden}.nav .cta{display:none}.burger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;font-size:28px;line-height:1}.burger:hover{background:#eaf2fe}.nav .links{display:flex;position:fixed;z-index:52;top:0;right:0;width:min(82vw,340px);height:100dvh;padding:86px 28px 32px;background:#fff;box-shadow:-18px 0 45px rgba(10,37,64,.2);flex-direction:column;align-items:stretch;gap:4px;transform:translateX(105%);visibility:hidden;transition:transform .28s ease,visibility .28s}.nav .links.open{transform:translateX(0);visibility:visible}.nav .links a{padding:13px 8px;border-bottom:1px solid #e2e8f0;font-size:17px}.nav .links a.mobile-demo{display:inline-flex;align-self:stretch;justify-content:center;margin-top:20px;padding:13px 24px;border-bottom:0;color:#fff}.nav-close{display:flex;position:absolute;top:14px;right:20px;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:50%;color:#0a2540;background:#eaf2fe;cursor:pointer;font-size:28px;line-height:1}.nav-overlay{display:block;position:fixed;z-index:51;inset:0;background:rgba(6,27,51,.48);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s}.nav-overlay.open{opacity:1;visibility:visible}footer .top{grid-template-columns:1fr}}
