:root {
    --brand: #0958c9;
    --brand-dark: #073f99;
    --brand-deep: #061d44;
    --brand-soft: #eaf2ff;
    --accent: #ff963e;
    --accent-light: #ffb777;
    --accent-dark: #9b400b;
    --accent-soft: #fff1e4;
    --ink: #111722;
    --muted: #687386;
    --line: #e7ebf1;
    --paper: #f4f6f9;
    --white: #fff;
    --radius: 24px;
    --shadow: 0 24px 70px rgba(18, 41, 75, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], footer[id] { scroll-margin-top: 110px; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.page-noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.site-header, .site-shell, .site-footer { width: min(1460px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 14px; z-index: 50; }
.navbar { min-height: 86px; padding: 10px 24px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.75); border-radius: 20px; box-shadow: 0 12px 40px rgba(23,37,61,.09); backdrop-filter: blur(18px); }
.navbar-brand img { display: block; width: 154px; height: auto; }
.nav-link { position: relative; padding: 10px 14px !important; color: #515c6d; font-weight: 600; font-size: .92rem; }
.nav-link::after { content: ""; position: absolute; left: 50%; bottom: 4px; width: 0; height: 2px; background: var(--brand); transform: translateX(-50%); transition: width .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--brand); }
.nav-link.active::after { width: 18px; }
.btn { border-radius: 12px; font-weight: 700; padding: 13px 22px; transition: transform .25s, box-shadow .25s, background .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { color: #fff; border: 0; background: var(--brand); box-shadow: 0 10px 24px rgba(9,88,201,.23); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: #064cb2; box-shadow: 0 14px 30px rgba(9,88,201,.32); }
.btn-sm { padding: 10px 18px; }
.navbar-toggler { border: 0; width: 44px; height: 44px; padding: 10px; box-shadow: none !important; }
.navbar-toggler span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: .25s; }

/* Account access is available independently of the forthcoming mobile apps. */
.landing-page .nav-link { font-size: 1rem; }
.nav-account-actions { display: flex; align-items: center; gap: 20px; }
.nav-app-link { font-size: 1rem; font-weight: 600; color: #435570; white-space: nowrap; }
.nav-app-link:hover { color: var(--brand); }
.nav-account { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; color: #241609; background: var(--accent); border: 1px solid var(--accent); font-size: 1rem; white-space: nowrap; box-shadow: 0 6px 18px #ff963e25; }
.nav-account:hover { color: #241609; background: var(--accent-light); border-color: var(--accent-light); }
.nav-account:focus-visible,.nav-app-link:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.hero-account-note { margin: 22px 0 0; color: #d8e5f5; font-size: 1rem; }
.hero-account-note a { margin-left: 5px; color: #ffd0a8; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.hero-account-note a:hover { color: #fff; }
.hero-account-note a:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 5px; }
.hero-account-note>span { display: block; margin-top: 8px; color: #c4d4e7; font-size: .875rem; }
@media(max-width:1199.98px){.landing-page .navbar-collapse{padding:16px 3px 8px}.landing-page .navbar-nav{align-items:flex-start!important}.nav-account-actions{border-top:1px solid var(--line);padding-top:16px;margin-top:10px;flex-wrap:wrap}.nav-account-actions .nav-app-link{padding:10px 0}.landing-page .nav-link::after{left:14px;transform:none}}
@media(max-width:430px){.nav-account-actions{align-items:stretch;flex-direction:column;gap:8px}.nav-account{white-space:normal}.hero-account-note{line-height:1.8}}

.site-shell { margin-top: 18px; }
.container-fluid { max-width: 1260px; padding-inline: 40px; }
.hero-section { position: relative; min-height: 760px; padding: 90px 0 50px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #061b3d 0%, #073f98 55%, #0872df 115%); }
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); }
.hero-orb-one { width: 360px; height: 360px; right: 20%; top: -230px; background: rgba(49,162,255,.28); }
.hero-orb-two { width: 280px; height: 280px; left: -130px; bottom: -130px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.02); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--brand); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.light-eyebrow { color: #8bc9ff; }
.hero-copy h1, .section-title, .download-section h2 { font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.045em; }
.hero-copy h1 { max-width: 710px; margin: 0 0 25px; font-size: clamp(3.2rem, 5.5vw, 5.6rem); line-height: .98; }
.hero-copy h1 span { color: #87c9ff; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.16rem; line-height: 1.7; }
.btn-light-strong { background: #fff; color: #113967; border: 1px solid #fff; box-shadow: 0 12px 30px rgba(1,18,43,.25); }
.btn-light-strong:hover { background: #eaf4ff; color: #073f99; }
.btn-ghost-light { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.btn-ghost-light:hover { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.proof-faces { display: flex; padding-left: 10px; }
.proof-faces span { display: grid; place-items: center; width: 36px; height: 36px; margin-left: -10px; border: 2px solid #164b8d; border-radius: 50%; color: #fff; background: #287dc8; font-size: .6rem; font-weight: 800; }
.proof-faces span:nth-child(2) { background: #805bd9; }.proof-faces span:nth-child(3) { background: #23a994; }
.hero-proof strong, .hero-proof small { display: block; }.hero-proof strong { font-size: .88rem; }.hero-proof small { color: rgba(255,255,255,.55); font-size: .76rem; }

.phone-stage { position: relative; min-height: 620px; perspective: 1000px; }
.phone-frame { position: absolute; z-index: 2; top: 0; left: 50%; width: 330px; min-height: 650px; padding: 15px 19px 21px; color: var(--ink); background: #f9fbfe; border: 8px solid #142035; border-radius: 44px; box-shadow: 0 45px 85px rgba(0,11,34,.47), inset 0 0 0 1px rgba(255,255,255,.35); transform: translateX(-47%) rotate(3deg); transition: transform .35s ease-out; }
.phone-frame::before { content: ""; position: absolute; top: 8px; left: 50%; width: 86px; height: 22px; border-radius: 16px; background: #142035; transform: translateX(-50%); }
.phone-top { display: flex; justify-content: space-between; padding: 0 3px 18px; font-size: .65rem; }.phone-top b { margin-left: 28px; }.phone-top i { margin-left: 2px; }
.app-head { display: flex; justify-content: space-between; align-items: center; margin: 9px 0 15px; }.app-head small { color: #929aa7; font-size: .67rem; }.app-head h2 { margin: 0; font-family: "Manrope"; font-size: 1.35rem; font-weight: 800; }.app-head button { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf1f6; }
.balance-card { position: relative; min-height: 174px; padding: 20px; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #063d96, #0b6bd7 70%, #4eb5ff); box-shadow: 0 15px 30px rgba(8,83,187,.25); }
.balance-card::after { content: ""; position: absolute; right: -50px; bottom: -80px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.045), 0 0 0 50px rgba(255,255,255,.025); }
.balance-top, .balance-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }.balance-top span:last-child { font-size: .62rem; color: #c5e5ff; }.mini-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: rgba(255,255,255,.18); font-family: "Manrope"; font-weight: 800; }.balance-card > small { display: block; margin-top: 13px; color: #b8d9fd; font-size: .65rem; }.balance-card > strong { display: block; font-family: "Manrope"; font-size: 2.1rem; line-height: 1.15; }.balance-bottom { margin-top: 15px; font-size: .65rem; letter-spacing: .06em; }
.quick-row { display: flex; justify-content: space-between; margin: 16px 3px 18px; }.quick-row button { border: 0; color: #687385; background: transparent; font-size: .62rem; }.quick-row i { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 5px; border-radius: 12px; color: var(--brand); background: #eaf2ff; font-size: .95rem; }
.recent-head { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .72rem; }.recent-head a { color: var(--brand); font-weight: 700; }
.wallet-item { display: grid; grid-template-columns: 40px 1fr 15px; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #edf0f3; }.item-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; font-size: .95rem; }.item-icon.blue { color: #0a59c7; background: #e8f1ff; }.item-icon.violet { color: #7554cf; background: #f0ecff; }.item-icon.mint { color: #118a74; background: #e4f8f3; }.wallet-item strong, .wallet-item small { display: block; }.wallet-item strong { font-size: .72rem; }.wallet-item small { color: #8b94a3; font-size: .6rem; }.wallet-item > i { color: #b2b8c2; font-size: .65rem; }
.phone-nav { display: flex; justify-content: space-around; align-items: center; margin-top: 12px; color: #9ca5b2; font-size: .95rem; }.phone-nav .active { color: var(--brand); }.phone-nav .add { font-size: 1.55rem; color: var(--brand); }
.floating-pill { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 195px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: 0 18px 40px rgba(1,17,41,.25); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }.floating-pill > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--brand); background: var(--brand-soft); }.floating-pill strong, .floating-pill small { display: block; }.floating-pill strong { font-size: .72rem; }.floating-pill span { color: #7e8794; font-size: .59rem; line-height: 1.35; }.pill-secure { top: 85px; right: -12px; }.pill-synced { left: 0; bottom: 105px; animation-delay: -2.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.trust-strip { display: flex; align-items: center; justify-content: space-around; min-height: 120px; margin-top: 18px; padding: 22px 40px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 35px rgba(22,39,68,.04); }
.trust-item { display: flex; align-items: center; gap: 13px; }.trust-item > i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: var(--brand); background: var(--brand-soft); font-size: 1.05rem; }.trust-item strong, .trust-item small { display: block; }.trust-item strong { font-family: "Manrope"; font-size: .92rem; }.trust-item small { color: var(--muted); font-size: .72rem; }.trust-divider { width: 1px; height: 45px; background: var(--line); }

.section-space { padding: 120px 0; }.section-title { margin: 0 0 23px; font-size: clamp(2.35rem, 4vw, 4.1rem); line-height: 1.08; }.section-lead { color: var(--muted); font-size: 1.04rem; line-height: 1.8; }.about-section { background: #f4f6f9; }
.stat-line { margin-top: 38px; }.stat-line > div { display: grid; grid-template-columns: 45px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid #dfe4eb; }.stat-line strong { color: var(--brand); font-size: .72rem; letter-spacing: .08em; }.stat-line span { color: #465164; font-size: .9rem; }
.collection-board { position: relative; min-height: 520px; border: 1px solid #dce4ef; border-radius: 30px; background: #eef3fa; box-shadow: inset 0 0 70px rgba(15,95,205,.06); }.board-glow { position: absolute; left: 50%; top: 50%; width: 260px; height: 260px; border-radius: 50%; background: rgba(43,132,255,.17); filter: blur(55px); transform: translate(-50%,-50%); }.collection-card { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; width: 225px; height: 142px; padding: 18px; overflow: hidden; border-radius: 20px; color: #fff; box-shadow: 0 22px 45px rgba(27,55,94,.18); transition: transform .35s ease; }.collection-card:hover { transform: translateY(-8px) rotate(0deg) !important; }.collection-card > i { position: absolute; top: 17px; left: 18px; font-size: 1.3rem; }.collection-card span:not(.invite-date) { opacity: .7; font-size: .55rem; letter-spacing: .13em; }.collection-card strong { font-family: "Manrope"; font-size: .98rem; }.collection-card em { opacity: .65; font-size: .6rem; font-style: normal; }.bank-card { z-index: 2; top: 72px; left: 9%; background: linear-gradient(135deg,#09295c,#0865ca); transform: rotate(-6deg); }.qr-card { z-index: 3; top: 46px; right: 8%; color: #1c2430; background: #fff; transform: rotate(6deg); }.fake-qr { position: absolute; top: 17px; right: 18px; font-size: 2.2rem; }.pass-card { z-index: 4; left: 16%; bottom: 58px; background: linear-gradient(135deg,#4b30a8,#886cd9); transform: rotate(4deg); }.invite-card { z-index: 3; right: 10%; bottom: 64px; color: #273142; background: linear-gradient(135deg,#fff,#e8f0fb); transform: rotate(-5deg); }.invite-date { position: absolute; top: 15px; left: 18px; color: var(--brand); font-family: "Manrope"; font-size: 1.5rem; font-weight: 800; line-height: .8; }.invite-date small { display: block; margin-top: 6px; font-size: .45rem; letter-spacing: .15em; }

.services-section { border-radius: 28px; background: #fff; }.feature-card { position: relative; min-height: 315px; height: 100%; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fbfcfe; transition: transform .3s, box-shadow .3s, border-color .3s; }.feature-card:hover { transform: translateY(-7px); border-color: #cfdef3; box-shadow: 0 20px 55px rgba(22,58,104,.1); }.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 46px; border-radius: 15px; color: var(--brand); background: var(--brand-soft); font-size: 1.25rem; }.feature-number { position: absolute; top: 39px; right: 32px; color: #a6afbd; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }.feature-card h3 { font-family: "Manrope"; font-size: 1.2rem; font-weight: 800; }.feature-card p { max-width: 330px; color: var(--muted); font-size: .9rem; }.mini-stack { position: absolute; right: -18px; bottom: -27px; width: 120px; height: 100px; }.mini-stack span { position: absolute; width: 90px; height: 55px; border-radius: 10px; background: linear-gradient(135deg,#0a51b7,#2b91f2); box-shadow: 0 7px 18px rgba(8,74,160,.22); transform: rotate(-12deg); }.mini-stack span:nth-child(2) { top: 16px; left: 9px; background: linear-gradient(135deg,#694dd0,#9c81f1); }.mini-stack span:nth-child(3) { top: 32px; left: 18px; background: linear-gradient(135deg,#17243a,#42546e); }.ticket-tear { position: absolute; right: 22px; bottom: -15px; width: 115px; height: 80px; border: 2px solid #9c85e2; border-radius: 13px; background: #ede8ff; transform: rotate(10deg); }.ticket-tear::after { content: "••••••"; position: absolute; top: 27px; left: -3px; color: #9178df; letter-spacing: 6px; transform: rotate(90deg); }.password-dots { position: absolute; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 5px; padding: 9px 11px; border-radius: 11px; background: #eef7f4; }.password-dots span { width: 6px; height: 6px; border-radius: 50%; background: #25a68e; }.password-dots i { margin-left: 8px; color: #15957c; }.scan-corners { position: absolute; right: 27px; bottom: 20px; display: grid; place-items: center; width: 65px; height: 65px; color: #1d2838; border: 2px solid var(--brand); border-radius: 10px; font-size: 2.5rem; }.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 25px; }.tag-row span { padding: 5px 9px; border-radius: 20px; color: var(--brand); background: var(--brand-soft); font-size: .62rem; font-weight: 700; }.feature-dark { color: #fff; border-color: #092652; background: linear-gradient(145deg,#061b3c,#0b438f); }.feature-dark .feature-icon { color: #fff; background: rgba(255,255,255,.1); }.feature-dark p { color: rgba(255,255,255,.6); }.feature-dark a { position: absolute; bottom: 30px; left: 34px; color: #8acaff; font-size: .78rem; font-weight: 700; }.feature-dark::after { content: ""; position: absolute; right: -80px; top: -80px; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.025),0 0 0 60px rgba(255,255,255,.02); }

.security-section { position: relative; min-height: 690px; border-radius: 28px; color: #fff; background: linear-gradient(135deg,#06172f,#062653 55%,#073f83); }.security-orb { position: absolute; right: -160px; bottom: -200px; width: 500px; height: 500px; border-radius: 50%; background: rgba(27,119,230,.32); filter: blur(30px); }.security-visual { position: relative; min-height: 440px; }.shield-rings { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 210px; height: 210px; border: 1px solid rgba(107,187,255,.28); border-radius: 50%; transform: translate(-50%,-50%); }.shield-rings span { position: absolute; inset: -44px; border: 1px solid rgba(107,187,255,.17); border-radius: 50%; }.shield-rings span:nth-child(2) { inset: -88px; opacity: .7; }.shield-rings span:nth-child(3) { inset: -132px; opacity: .35; }.shield-rings i { position: relative; z-index: 2; display: grid; place-items: center; width: 118px; height: 118px; border-radius: 35px; color: #fff; background: linear-gradient(135deg,#0b6dda,#48adff); box-shadow: 0 0 65px rgba(42,153,255,.42); font-size: 3.1rem; }.security-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(9,34,72,.75); box-shadow: 0 18px 40px rgba(0,8,22,.28); backdrop-filter: blur(12px); }.security-chip > i { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; color: #80c8ff; background: rgba(86,173,255,.13); }.security-chip strong, .security-chip small { display: block; }.security-chip strong { font-size: .74rem; }.security-chip small { color: rgba(255,255,255,.48); font-size: .61rem; }.chip-one { top: 44px; left: 5%; }.chip-two { right: 1%; bottom: 35px; }.security-list { display: grid; gap: 19px; margin-top: 34px; }.security-list > div { display: flex; gap: 13px; }.security-list > div > i { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #061d44; background: #82c9ff; font-size: .82rem; font-weight: 900; }.security-list strong, .security-list small { display: block; }.security-list strong { font-size: .9rem; }.security-list small { color: rgba(255,255,255,.5); font-size: .75rem; }

.section-heading { max-width: 700px; margin: 0 auto 70px; }.steps-wrap { display: flex; align-items: flex-start; }.step-item { position: relative; flex: 1; text-align: center; }.step-item > span { position: absolute; top: -12px; left: calc(50% + 27px); display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--brand); font-size: .6rem; font-weight: 800; box-shadow: 0 5px 12px rgba(9,88,201,.25); }.step-item > i { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 25px; border: 1px solid #dfe8f5; border-radius: 24px; color: var(--brand); background: #fff; box-shadow: 0 15px 35px rgba(29,61,103,.07); font-size: 1.7rem; }.step-item h3 { font-family: "Manrope"; font-size: 1.05rem; font-weight: 800; }.step-item p { color: var(--muted); font-size: .83rem; }.step-line { flex: .55; height: 82px; display: flex; align-items: center; }.step-line span { display: block; width: 100%; border-top: 1px dashed #b9c8dc; }

.download-section { position: relative; min-height: 580px; padding: 90px 0 70px; border-radius: 28px; color: #fff; background: linear-gradient(125deg,#0756c8,#0874e7); }.download-rings { position: absolute; right: -100px; top: -80px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025); }.download-section h2 { margin: 0 0 20px; font-size: clamp(3.2rem,6vw,5.5rem); line-height: .95; }.download-section p { max-width: 560px; color: rgba(255,255,255,.7); font-size: 1.05rem; }.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }.store-button { display: flex; align-items: center; gap: 11px; min-width: 174px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: #061b37; box-shadow: 0 12px 25px rgba(1,24,62,.23); transition: transform .25s, background .25s; }.store-button:hover { color: #fff; background: #102b51; transform: translateY(-3px); }.store-button > i { font-size: 1.65rem; }.store-button small, .store-button strong { display: block; line-height: 1.2; }.store-button small { font-size: .52rem; letter-spacing: .04em; }.store-button strong { font-size: .95rem; }.coming-soon { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: rgba(255,255,255,.66); font-size: .72rem; }.coming-soon span { width: 7px; height: 7px; border-radius: 50%; background: #70dcbb; box-shadow: 0 0 0 5px rgba(112,220,187,.14); }
.download-phone { position: relative; width: 290px; height: 510px; margin: 0 auto -135px; padding: 70px 28px 30px; border: 8px solid #132136; border-radius: 45px 45px 0 0; text-align: center; color: var(--ink); background: linear-gradient(160deg,#f8fbff,#e4efff); box-shadow: 0 35px 70px rgba(0,24,69,.35); transform: rotate(5deg); }.dp-notch { position: absolute; top: 13px; left: 50%; width: 80px; height: 20px; border-radius: 20px; background: #132136; transform: translateX(-50%); }.dp-logo { display: grid; place-items: center; width: 72px; height: 72px; margin: 45px auto 30px; border-radius: 25px; color: #fff; background: var(--brand); font-family: "Manrope"; font-size: 2.4rem; font-weight: 800; box-shadow: 0 18px 30px rgba(9,88,201,.28); }.download-phone h3 { font-family: "Manrope"; font-size: 1.35rem; font-weight: 800; }.dp-unlock { position: absolute; bottom: 48px; left: 50%; color: var(--brand); transform: translateX(-50%); }.dp-unlock i { display: block; font-size: 2rem; }.dp-unlock span { display: block; width: 100px; font-size: .66rem; }

.contact-cta { padding: clamp(28px, 5vw, 48px); height: 100%; border: 1px solid #1b548e; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #061b3c, #0b438f); box-shadow: var(--shadow); }
.contact-cta-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; color: #9bd5ff; background: rgba(255,255,255,.08); font-size: 1.65rem; }
.contact-cta .contact-cta-eyebrow { margin-bottom: 12px; color: #9bd5ff; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-cta h3 { margin-bottom: 18px; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 800; line-height: 1.12; letter-spacing: -.04em; }
.contact-cta > p { max-width: 440px; color: #c9d9ee; font-size: .95rem; line-height: 1.7; }
.contact-cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; margin-top: 12px; color: #083c7e; background: #fff; }
.contact-cta-button:hover, .contact-cta-button:focus-visible { color: #062957; background: #e3f2ff; }
.contact-cta a:focus-visible { outline: 3px solid #9bd5ff; outline-offset: 5px; }
.contact-cta .contact-cta-hint { margin: 24px 0 3px; font-size: .77rem; }
.contact-cta-address { color: #fff; font-size: 1rem; text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
.contact-cta-address:hover { color: #9bd5ff; }
.contact-cta .contact-cta-note { display: flex; align-items: flex-start; gap: 9px; margin: 26px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: .73rem; }
.contact-details { display: grid; gap: 14px; margin-top: 26px; }.contact-email { display: flex; align-items: center; gap: 13px; }.contact-email > i { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; color: var(--brand); background: var(--brand-soft); }.contact-email small, .contact-email strong { display: block; }.contact-email small { color: var(--muted); font-size: .68rem; }.contact-email strong { font-size: .86rem; }.contact-address strong { max-width: 390px; line-height: 1.45; }

.site-footer { margin-bottom: 25px; padding: 55px 65px 25px; border-radius: 28px; background: #fff; }.footer-main { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 38px; }.footer-brand img { width: 145px; height: auto; }.footer-brand p { margin: 13px 0 0; color: var(--muted); font-size: .78rem; }.footer-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }.footer-links a { color: #4e596a; font-size: .78rem; font-weight: 600; }.footer-links a:hover { color: var(--brand); }.footer-socials { display: flex; gap: 8px; }.footer-socials a,.footer-socials span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 10px; color: #687385; }.footer-socials span { opacity: .45; cursor: not-allowed; }.footer-socials a:hover { color: #fff; border-color: var(--brand); background: var(--brand); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #929ba8; font-size: .68rem; }.footer-bottom div { display: flex; gap: 20px; }.back-to-top { position: fixed; right: 27px; bottom: 27px; z-index: 40; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 13px; opacity: 0; color: #fff; background: var(--brand); box-shadow: 0 12px 25px rgba(9,88,201,.3); transform: translateY(15px); pointer-events: none; transition: .25s; }.back-to-top.visible { opacity: 1; transform: none; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }.reveal.in-view { opacity: 1; transform: none; }.reveal-delay-sm { transition-delay: .1s; }.reveal-delay { transition-delay: .18s; }.reveal-delay-lg { transition-delay: .2s; }

/* Warm accents complement the blue logo on the public landing page only. */
.landing-page .nav-link::after { background: var(--accent); height: 3px; }
.landing-page .nav-download,
.landing-page .hero-actions .btn-light-strong,
.landing-page .contact-cta-button { color: #241609; background: var(--accent); border-color: var(--accent); box-shadow: 0 12px 28px rgba(255,150,62,.18); }
.landing-page .nav-download:hover,
.landing-page .hero-actions .btn-light-strong:hover,
.landing-page .contact-cta-button:hover { color: #241609; background: var(--accent-light); border-color: var(--accent-light); }
.landing-page .nav-download:focus-visible,
.landing-page .hero-actions .btn-light-strong:focus-visible,
.landing-page .contact-cta-button:focus-visible { color: #241609; background: var(--accent-light); outline: 3px solid currentColor; outline-offset: 4px; }
.landing-page .hero-copy h1 { line-height: 1.08; }
.landing-page .hero-copy h1 span { color: var(--accent-light); }
.landing-page .hero-copy .light-eyebrow { color: #ffd0a8; font-size: .875rem; letter-spacing: .12em; }
.landing-page .hero-lead { color: #d8e5f5; }
.landing-page .hero-orb-one { background: rgba(255,150,62,.19); filter: blur(35px); }
.landing-page .hero-orb-two { border-color: rgba(255,183,119,.4); box-shadow: 0 0 0 50px rgba(255,150,62,.045), 0 0 0 100px rgba(255,150,62,.025); }
.landing-page .trust-item:nth-of-type(3) > i { color: var(--accent-dark); background: var(--accent-soft); }
.landing-page .feature-warm { background: linear-gradient(145deg, #fff7ef, #ffead7); border-color: #f1d2b5; }
.landing-page .feature-warm .feature-icon { color: var(--accent-dark); background: #ffe0c3; }
.landing-page .feature-warm .feature-number { color: #a85524; }
.landing-page .contact-cta-icon { color: var(--accent-light); border-color: rgba(255,183,119,.35); background: rgba(255,150,62,.1); }
.landing-page .contact-cta .contact-cta-eyebrow { color: var(--accent-light); }
.landing-page .download-section .light-eyebrow { color: #ffe0c3; }

.landing-page .security-section { background: radial-gradient(ellipse at 15% 50%, #123865 0%, transparent 58%), linear-gradient(125deg, #09192e, #082749); }
.privacy-visual { position: relative; display: grid; place-items: center; min-height: 520px; padding: 28px 18px; isolation: isolate; }
.privacy-orbit { position: absolute; width: min(95%, 460px); aspect-ratio: 1; border: 1px solid rgba(255,183,119,.23); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,183,119,.035), 0 0 0 64px rgba(139,201,255,.025); z-index: -1; }
.privacy-vault { width: 100%; max-width: 420px; padding: 28px; border: 1px solid #39526e; border-radius: 26px; background: linear-gradient(145deg, #203c5c, #10283f); box-shadow: 0 28px 65px rgba(0,0,0,.25); transform: rotate(-3deg); }
.privacy-vault-top { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; font-size: .875rem; font-weight: 700; letter-spacing: .07em; }
.privacy-vault-top small { display: block; margin-top: 4px; color: #bccfe2; font-size: .875rem; font-weight: 400; letter-spacing: 0; }
.privacy-mark { display: grid; place-items: center; flex: 0 0 52px; height: 52px; border-radius: 16px; color: #241609; background: var(--accent-light); font-size: 1.7rem; }
.privacy-item { display: flex; align-items: center; gap: 12px; padding: 17px 14px; margin-top: 12px; border: 1px solid #3a526b; border-radius: 15px; background: rgba(5,20,38,.4); }
.privacy-item > i:first-child { display: grid; place-items: center; flex: 0 0 38px; height: 40px; border-radius: 11px; color: #aad4ff; background: rgba(139,201,255,.1); font-size: 1.25rem; }
.privacy-item > span { flex: 1; min-width: 0; font-size: 1rem; font-weight: 600; }
.privacy-item small { display: block; margin-top: 3px; font-size: .875rem; font-weight: 400; color: #bccfe2; }
.privacy-item > i:last-child { color: var(--accent-light); font-size: .9rem; }
.privacy-vault-note { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: #d5e2ef; font-size: .875rem; line-height: 1.5; }
.privacy-vault-note > span { flex: 0 0 7px; height: 7px; border-radius: 50%; background: var(--accent-light); }
.privacy-copy .light-eyebrow { color: var(--accent-light); font-size: .875rem; letter-spacing: .1em; }
.privacy-copy .section-title { margin-bottom: 22px; font-size: clamp(2.6rem, 4.5vw, 4.1rem); line-height: 1.1; }
.privacy-copy .section-title > span { color: var(--accent-light); }
.privacy-lead { color: #c4d4e7; font-size: 1.05rem; line-height: 1.75; }
.privacy-features { display: grid; gap: 20px; margin-top: 30px; }
.privacy-features > div { display: flex; align-items: flex-start; gap: 15px; }
.privacy-features > div > i { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border: 1px solid rgba(255,183,119,.25); border-radius: 13px; color: var(--accent-light); background: rgba(255,150,62,.08); font-size: 1.3rem; }
.privacy-features strong, .privacy-features small { display: block; }
.privacy-features strong { margin-bottom: 4px; font-size: 1rem; }
.privacy-features small { color: #c4d4e7; font-size: .9375rem; line-height: 1.6; }
.privacy-features em { display: inline-block; margin-left: 5px; padding: 2px 7px; border-radius: 6px; color: #ffd4ad; background: rgba(255,150,62,.12); font-size: .8125rem; font-style: normal; font-weight: 500; }
.privacy-policy-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,183,119,.5); color: var(--accent-light); font-weight: 600; }
.privacy-policy-link:hover { color: #ffe5cb; }
.privacy-policy-link:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 5px; }
@media (max-width: 991.98px) { .security-section .privacy-copy { order: -1; } .privacy-visual { min-height: 450px; } }
@media (max-width: 575.98px) { .privacy-visual { padding: 15px 0; min-height: 410px; } .privacy-vault { padding: 20px 15px; transform: none; } .privacy-vault-top { gap: 10px; } .privacy-item { padding: 14px 10px; gap: 10px; } .privacy-item > span { font-size: .9375rem; } .privacy-item small { font-size: .8125rem; } .privacy-copy .light-eyebrow { letter-spacing: .06em; } }

@media (max-width: 1199.98px) {
    .hero-copy h1 { font-size: 4.25rem; }.pill-secure { right: -30px; }.pill-synced { left: -30px; }.collection-card { width: 200px; }.bank-card { left: 5%; }.pass-card { left: 10%; }.qr-card,.invite-card { right: 5%; }
}
@media (max-width: 991.98px) {
    .site-header { top: 8px; }.navbar-collapse { padding: 15px 3px 5px; }.navbar-nav { align-items: flex-start !important; }.nav-download { display: inline-block; margin-top: 10px; }.nav-link::after { left: 14px; transform: none; }
    .hero-section { padding-top: 75px; text-align: center; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-lead { max-width: 680px; }.phone-stage { min-height: 690px; margin-top: 15px; }.phone-frame { transform: translateX(-50%) rotate(2deg); }.pill-secure { right: 10%; }.pill-synced { left: 10%; }.trust-strip { gap: 20px; padding-inline: 25px; }.trust-divider { display: none; }.section-space { padding: 90px 0; }.collection-board { margin-top: 20px; }.security-visual { min-height: 500px; }.download-section { text-align: center; }.download-section .eyebrow, .download-section .store-buttons, .download-section .coming-soon { justify-content: center; }.download-section p { margin-inline: auto; }.download-phone { margin-top: 20px; margin-bottom: -130px; }.footer-main { grid-template-columns: 1fr; text-align: center; }.footer-links,.footer-socials { justify-content: center; }
}
@media (max-width: 767.98px) {
    .site-header, .site-shell, .site-footer { width: min(100% - 20px, 1460px); }.site-header { width: calc(100% - 20px); }.container-fluid { padding-inline: 23px; }.navbar { min-height: 70px; padding: 8px 15px; border-radius: 16px; }.navbar-brand img { width: 125px; }.hero-section,.services-section,.security-section,.download-section,.site-footer { border-radius: 20px; }.hero-section { min-height: auto; padding: 64px 0 30px; }.hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }.hero-lead { font-size: 1rem; }.hero-actions { justify-content: center; }.hero-actions .btn { width: 100%; }.phone-stage { min-height: 600px; transform: scale(.88); transform-origin: top center; margin-bottom: -70px; }.floating-pill { min-width: 170px; }.pill-secure { right: -7%; }.pill-synced { left: -7%; bottom: 70px; }.trust-strip { flex-direction: column; align-items: flex-start; padding: 28px; }.trust-item { width: 100%; }.section-space { padding: 75px 0; }.section-title { font-size: 2.45rem; }.collection-board { min-height: 490px; }.collection-card { width: 178px; height: 132px; }.bank-card { top: 60px; left: 2%; }.qr-card { top: 80px; right: 2%; }.pass-card { left: 3%; bottom: 65px; }.invite-card { right: 2%; bottom: 55px; }.feature-card { min-height: 290px; }.steps-wrap { display: grid; gap: 28px; }.step-line { display: none; }.security-visual { min-height: 430px; transform: scale(.85); margin: -30px 0; }.security-section { padding-top: 65px; }.download-section { padding-top: 70px; }.download-section h2 { font-size: 3.4rem; }.contact-cta-button { width: 100%; }.site-footer { padding: 45px 25px 25px; }.footer-bottom { flex-direction: column; align-items: center; gap: 10px; }.back-to-top { right: 18px; bottom: 18px; }
}
@media (max-width: 430px) {
    .phone-stage { margin-left: -12px; margin-right: -12px; transform: scale(.8); }.collection-board { min-height: 610px; }.collection-card { width: 200px; }.bank-card { top: 35px; left: 4%; }.qr-card { top: 175px; right: 3%; }.pass-card { left: 3%; bottom: 155px; }.invite-card { right: 4%; bottom: 25px; }.security-visual { transform: scale(.7); margin: -60px -50px; }.chip-one { left: -5%; }.chip-two { right: -5%; }.store-button { width: 100%; justify-content: center; }.download-phone { transform: scale(.9) rotate(3deg); transform-origin: bottom center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }

/* Finalized brand icon in the download preview. */
.dp-logo { background: transparent; box-shadow: none; }
.dp-logo img { display: block; width: 100%; height: auto; }
