:root {
    --ez-ink: #0b1220;
    --ez-navy: #0d1b2a;
    --ez-navy-2: #12263a;
    --ez-navy-3: #18334d;
    --ez-gold: #d6a84f;
    --ez-gold-2: #f1d491;
    --ez-teal: #18b6a4;
    --ez-soft: #f4f7fb;
    --ez-soft-2: #eef3fa;
    --ez-line: #e3e9f2;
    --ez-muted: #667085;
    --ez-radius: 22px;
    --ez-shadow: 0 18px 50px rgba(17, 35, 56, .08);
    --ez-shadow-strong: 0 28px 80px rgba(3, 13, 29, .22);
}
* { box-sizing: border-box; }
body {
    background:
        radial-gradient(circle at 20% 0%, rgba(214,168,79,.13), transparent 26rem),
        linear-gradient(180deg, #f8fbff 0%, var(--ez-soft) 42%, #eef3fa 100%);
    color: #172033;
    min-height: 100vh;
}
a { text-decoration: none; }
.ez-navbar {
    background: rgba(10, 22, 38, .92);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 45px rgba(13, 27, 42, .18);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar-brand { letter-spacing: -.03em; }
.navbar-brand span { color: var(--ez-gold); }
.navbar .nav-link {
    border-radius: 999px;
    padding: .45rem .78rem !important;
    color: rgba(255,255,255,.7);
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    background: rgba(255,255,255,.11);
    color: #fff;
}
.ez-app-main { max-width: 1500px; margin: 0 auto; }
.ez-page-kicker,
.eyebrow {
    color: var(--ez-gold);
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: .12em;
    font-weight: 800;
}
.ez-card {
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(227,233,242,.92);
    border-radius: var(--ez-radius);
    padding: 1.25rem;
    box-shadow: var(--ez-shadow);
    backdrop-filter: blur(10px);
}
.ez-stat-card {
    position: relative;
    overflow: hidden;
}
.ez-stat-card::after {
    content: "";
    position: absolute;
    inset: auto -30% -45% auto;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(214,168,79,.18), transparent 64%);
}
.ez-panel {
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(227,233,242,.96);
    border-radius: 24px;
    box-shadow: var(--ez-shadow);
    overflow: hidden;
    backdrop-filter: blur(12px);
}
.ez-panel-header {
    padding: 1.15rem 1.35rem;
    border-bottom: 1px solid var(--ez-line);
    background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(250,252,255,.92));
}
.ez-panel-body { padding: 1.35rem; }
.btn { border-radius: 13px; font-weight: 700; }
.btn-ez {
    background: linear-gradient(135deg, var(--ez-navy), var(--ez-navy-3));
    color: #fff;
    border: 0;
    box-shadow: 0 12px 26px rgba(13,27,42,.16);
}
.btn-ez:hover { background: linear-gradient(135deg, #12263a, #22435f); color: #fff; }
.btn-gold {
    background: linear-gradient(135deg, var(--ez-gold), var(--ez-gold-2));
    color: #141414;
    border: 0;
    box-shadow: 0 12px 28px rgba(214,168,79,.24);
}
.btn-gold:hover { filter: brightness(.98); color: #141414; }
.btn-outline-dark { border-color: #cbd5e1; color: #172033; }
.btn-outline-dark:hover { background: #172033; border-color: #172033; }
.table { --bs-table-bg: transparent; }
.table > :not(caption) > * > * { vertical-align: middle; padding: .95rem .9rem; }
.table thead th {
    color: #667085;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .72rem;
    font-weight: 800;
    border-bottom-color: var(--ez-line);
}
.table tbody tr:hover { background: rgba(244,247,251,.72); }
.ez-footer { background: transparent; }
.form-control, .form-select {
    border-radius: 14px;
    border-color: #d7deea;
    padding: .7rem .85rem;
}
.form-control:focus, .form-select:focus {
    border-color: rgba(214,168,79,.78);
    box-shadow: 0 0 0 .22rem rgba(214,168,79,.14);
}
.badge { text-transform: capitalize; border-radius: 999px; padding: .52em .7em; }
.ez-logo-xs,
.ez-logo-sm,
.ez-logo-md,
.ez-logo-lg,
.ez-logo-xl,
.ez-logo-public {
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--ez-line);
    box-shadow: 0 8px 22px rgba(17, 35, 56, .08);
    flex: 0 0 auto;
}
.ez-logo-xs { width: 32px; height: 32px; border-radius: 10px; }
.ez-logo-sm { width: 44px; height: 44px; border-radius: 14px; }
.ez-logo-md { width: 58px; height: 58px; border-radius: 16px; }
.ez-logo-lg { width: 74px; height: 74px; border-radius: 20px; }
.ez-logo-xl { width: 118px; height: 118px; border-radius: 26px; }
.ez-logo-public { width: 104px; height: 104px; border-radius: 28px; padding: .35rem; }
.ez-logo-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--ez-navy);
    background: linear-gradient(180deg, #fff, #f1f4fa);
    text-transform: uppercase;
}
.method-row,
.method-assignment,
.method-public-card,
.method-radio-card { transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease; }
.method-row:hover,
.method-assignment:hover { box-shadow: 0 12px 32px rgba(17, 35, 56, .06); }
.method-public-card {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: .95rem;
    border: 1px solid var(--ez-line);
    border-radius: 18px;
    background: #fbfcff;
}
.method-public-card.selected { border-color: rgba(214,168,79,.7); }
.method-radio-card { display: block; cursor: pointer; position: relative; }
.method-radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.method-radio-content {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 82px;
    padding: .95rem;
    border: 1px solid var(--ez-line);
    border-radius: 18px;
    background: #fbfcff;
}
.method-radio-card input:checked + .method-radio-content {
    border-color: var(--ez-gold);
    box-shadow: 0 0 0 .18rem rgba(214,168,79,.18);
    background: #fffaf0;
}
code { color: #0d1b2a; background: #f1f4fa; padding: .25rem .45rem; border-radius: .45rem; }
.ez-mini-link { font-size: .86rem; font-weight: 700; color: var(--ez-navy-3); }
.ez-mini-link:hover { color: #000; }
.ez-negative { color: #b42318; }
.ez-positive { color: #027a48; }

/* Public report/login surface */
.public-hero {
    background: radial-gradient(circle at top right, rgba(214,168,79,.35), transparent 32%), linear-gradient(135deg, #0d1b2a, #12263a);
    min-height: 100vh;
    color: #fff;
}
.public-card {
    background: rgba(255,255,255,.96);
    color: #172033;
    border-radius: 28px;
    box-shadow: var(--ez-shadow-strong);
}

/* Landing page */
.landing-body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #07111f;
    color: #fff;
    position: relative;
}
.landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(214,168,79,.10), transparent 35%),
        radial-gradient(circle at 70% 18%, rgba(24,182,164,.16), transparent 26rem),
        linear-gradient(180deg, #07111f 0%, #0d1b2a 50%, #0b1220 100%);
    z-index: -3;
}
.landing-glow { position: fixed; border-radius: 999px; filter: blur(42px); opacity: .75; z-index: -2; }
.landing-glow-a { width: 340px; height: 340px; background: rgba(214,168,79,.26); top: -90px; right: -80px; }
.landing-glow-b { width: 420px; height: 420px; background: rgba(24,182,164,.15); bottom: -140px; left: -120px; }
.landing-shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 42px; }
.landing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}
.landing-brand { font-size: 1.6rem; font-weight: 900; letter-spacing: -.05em; }
.landing-brand span { color: var(--ez-gold); }
.landing-pill {
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.76);
    border-radius: 999px;
    padding: .5rem .8rem;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    font-size: .82rem;
    font-weight: 700;
}
.landing-hero { padding: 72px 0 48px; }
.landing-title {
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    line-height: .94;
    letter-spacing: -.075em;
    font-weight: 950;
    max-width: 860px;
}
.landing-copy { font-size: 1.18rem; color: rgba(255,255,255,.74); max-width: 650px; line-height: 1.75; }
.landing-note {
    border: 1px solid rgba(214,168,79,.32);
    background: rgba(214,168,79,.10);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    color: rgba(255,255,255,.88);
    max-width: 620px;
}
.landing-trust { display: flex; flex-wrap: wrap; gap: .7rem; }
.landing-trust span {
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.07);
    border-radius: 999px;
    padding: .55rem .8rem;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}
.landing-card {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.93);
    color: #172033;
    border-radius: 32px;
    padding: 1.5rem;
    box-shadow: var(--ez-shadow-strong);
}
.landing-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.landing-orb {
    width: 58px; height: 58px;
    border-radius: 18px;
    display: grid; place-items: center;
    background: linear-gradient(135deg, var(--ez-gold), var(--ez-gold-2));
    font-weight: 900;
    color: #111;
}
.flow-list { display: grid; gap: .9rem; }
.flow-item { display: flex; gap: .9rem; padding: 1rem; background: #f8fafc; border: 1px solid var(--ez-line); border-radius: 20px; }
.flow-num {
    width: 34px; height: 34px; border-radius: 12px; flex: 0 0 auto;
    display: grid; place-items: center;
    background: #0d1b2a; color: #fff; font-weight: 900;
}
.flow-item p { margin: .25rem 0 0; color: var(--ez-muted); font-size: .92rem; }
.landing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 32px; }
.landing-feature {
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 1.25rem;
    backdrop-filter: blur(14px);
}
.feature-icon {
    width: 42px; height: 42px; border-radius: 14px;
    display: grid; place-items: center;
    background: rgba(214,168,79,.18);
    border: 1px solid rgba(214,168,79,.23);
    color: var(--ez-gold-2); font-weight: 900;
    margin-bottom: 1rem;
}
.landing-feature h3 { font-size: 1.05rem; font-weight: 850; }
.landing-feature p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.landing-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 42px 0 0; color: rgba(255,255,255,.46); font-size: .9rem; }

@media (max-width: 991.98px) {
    .landing-hero { padding: 42px 0 32px; }
    .landing-grid { grid-template-columns: 1fr; }
    .landing-footer { flex-direction: column; }
}

/* v1.4 security/risk UI */
.ez-security-secret {
    border: 1px solid rgba(13,27,42,.12);
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    border-radius: 20px;
    padding: 1rem 1.15rem;
}
.table code {
    color: #0d1b2a;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: .18rem .4rem;
}

/* v1.4.1 */
.ez-qr-card {
    display: inline-flex;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(15,23,42,.12);
}
.ez-qr-card svg {
    width: min(260px, 72vw);
    height: auto;
    display: block;
}

/* v1.5 client branding */
.brand-preview-strip {
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--client-primary), var(--client-accent));
    box-shadow: 0 10px 24px rgba(15,23,42,.12);
}
.client-public-body {
    --brand-primary: var(--client-primary, #0d1b2a);
    --brand-accent: var(--client-accent, #d6a84f);
    min-height: 100vh;
    color: #fff;
    overflow-x: hidden;
    position: relative;
}
.client-public-midnight {
    background: radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--brand-accent) 35%, transparent), transparent 30rem), linear-gradient(135deg, #07111f, var(--brand-primary) 58%, #101828);
}
.client-public-light {
    background: radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--brand-accent) 22%, transparent), transparent 28rem), linear-gradient(180deg, #f8fbff, #eef3fa);
    color: #172033;
}
.client-public-emerald {
    background: radial-gradient(circle at 80% 10%, rgba(34,197,94,.20), transparent 28rem), linear-gradient(135deg, #06281f, var(--brand-primary) 55%, #0f172a);
}
.client-public-royal {
    background: radial-gradient(circle at 85% 8%, rgba(96,165,250,.22), transparent 26rem), linear-gradient(135deg, #081a3a, var(--brand-primary) 55%, #0f172a);
}
.client-public-graphite {
    background: radial-gradient(circle at 80% 0%, color-mix(in srgb, var(--brand-accent) 24%, transparent), transparent 28rem), linear-gradient(135deg, #111827, #1f2937 55%, #030712);
}
.client-public-bg-orb {
    position: fixed;
    border-radius: 999px;
    filter: blur(44px);
    opacity: .65;
    pointer-events: none;
}
.client-public-bg-orb.orb-a {
    width: 360px;
    height: 360px;
    right: -120px;
    top: -110px;
    background: color-mix(in srgb, var(--brand-accent) 50%, transparent);
}
.client-public-bg-orb.orb-b {
    width: 440px;
    height: 440px;
    left: -150px;
    bottom: -150px;
    background: color-mix(in srgb, var(--brand-primary) 38%, transparent);
}
.client-public-shell { max-width: 1180px; position: relative; z-index: 1; }
.client-public-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.client-public-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 22px;
    padding: .28rem;
    background: #fff;
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 22px 48px rgba(2,6,23,.18);
    flex: 0 0 auto;
}
.client-public-kicker {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 900;
    color: color-mix(in srgb, var(--brand-accent) 86%, #fff);
}
.client-public-business { font-size: 1.25rem; font-weight: 900; letter-spacing: -.03em; }
.client-powered {
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(14px);
    border-radius: 999px;
    padding: .58rem .86rem;
    font-size: .82rem;
    font-weight: 800;
    color: rgba(255,255,255,.78);
}
.client-public-light .client-powered {
    color: #475467;
    border-color: rgba(15,23,42,.12);
    background: rgba(255,255,255,.70);
}
.client-public-hero-card,
.client-report-card {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.94);
    color: #172033;
    border-radius: 34px;
    box-shadow: 0 32px 90px rgba(2,6,23,.22);
    backdrop-filter: blur(18px);
}
.client-public-hero-card {
    padding: clamp(1.4rem, 4vw, 2.2rem);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.90));
}
.client-public-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: color-mix(in srgb, var(--brand-accent) 18%, #fff);
    border: 1px solid color-mix(in srgb, var(--brand-accent) 32%, #e2e8f0);
    color: color-mix(in srgb, var(--brand-primary) 82%, #111827);
    border-radius: 999px;
    padding: .48rem .72rem;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1.2rem;
}
.client-public-hero-card h1 {
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: .98;
    font-size: clamp(2.1rem, 4.5vw, 4rem);
    color: color-mix(in srgb, var(--brand-primary) 84%, #0f172a);
}
.client-public-hero-card .lead,
.client-public-description { color: #667085; line-height: 1.75; }
.client-instructions,
.client-terms-box {
    border: 1px solid color-mix(in srgb, var(--brand-accent) 26%, #e2e8f0);
    background: color-mix(in srgb, var(--brand-accent) 9%, #ffffff);
    border-radius: 22px;
    padding: 1rem 1.1rem;
    color: #334155;
    line-height: 1.65;
}
.client-public-mini-flow {
    display: grid;
    gap: .65rem;
}
.client-public-mini-flow div {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #475467;
    font-weight: 700;
}
.client-public-mini-flow span {
    width: 30px;
    height: 30px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary) 72%, #ffffff));
    font-weight: 900;
    font-size: .86rem;
}
.client-method-card.selected,
.client-method-radio input:checked + .method-radio-content {
    border-color: color-mix(in srgb, var(--brand-accent) 70%, #e2e8f0);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--brand-accent) 20%, transparent);
    background: color-mix(in srgb, var(--brand-accent) 8%, #fff);
}
.client-submit-btn {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    color: #fff;
    border: 0;
    box-shadow: 0 18px 42px color-mix(in srgb, var(--brand-primary) 28%, transparent);
}
.client-submit-btn:hover { color: #fff; filter: brightness(.98); }
.client-success-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    color: #fff;
    font-weight: 950;
    font-size: 2rem;
    box-shadow: 0 18px 40px color-mix(in srgb, var(--brand-primary) 30%, transparent);
}
.form-control-color { min-height: 48px; padding: .35rem; }
@media (max-width: 991.98px) {
    .client-public-header { align-items: flex-start; flex-direction: column; }
    .client-public-logo { width: 60px; height: 60px; border-radius: 19px; }
    .client-public-hero-card,
    .client-report-card { border-radius: 26px; }
}

/* v1.6 tracking and receipt UI */
.tracking-success-box,
.tracking-status-big,
.receipt-card {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.88);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(2, 12, 27, .18);
}
.tracking-success-box { padding: 18px; }
.tracking-code {
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    font-weight: 900;
    letter-spacing: .04em;
    color: var(--client-primary, #0B1F3A);
}
.receipt-shell { max-width: 780px; }
.receipt-card { color: #102033; }
.receipt-amount {
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(11,31,58,.07), rgba(215,170,58,.14));
    border: 1px solid rgba(11,31,58,.08);
}
@media print {
    body { background: #fff !important; }
    .client-public-bg-orb, .btn { display: none !important; }
    .receipt-card { box-shadow: none !important; border: 1px solid #ddd !important; }
}

/* v1.7.1 clients finance view */
.ez-money-main {
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: -.02em;
    color: var(--ez-navy);
    white-space: nowrap;
}
.ez-clients-table .min-w-260 { min-width: 260px; }
.ez-clients-table td { vertical-align: middle; }
.ez-clients-table .btn-group { flex-wrap: nowrap; }
@media (max-width: 991.98px) {
    .ez-clients-table .btn-group { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
    .ez-clients-table .btn-group .btn { border-radius: 12px !important; }
}

/* v1.8 transaction traceability and receipts */
.ez-timeline {
    position: relative;
    display: grid;
    gap: .85rem;
}
.ez-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: .75rem;
}
.ez-timeline-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 22px;
    bottom: -12px;
    width: 2px;
    background: #e2e8f0;
}
.ez-timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #cbd5e1, 0 8px 18px rgba(15,23,42,.10);
    margin-top: .15rem;
    background: #94a3b8;
    z-index: 1;
}
.ez-timeline-success .ez-timeline-dot { background: #16a34a; }
.ez-timeline-danger .ez-timeline-dot { background: #dc2626; }
.ez-timeline-warning .ez-timeline-dot { background: #d97706; }
.ez-timeline-info .ez-timeline-dot { background: #0ea5e9; }
.ez-timeline-content {
    border: 1px solid #e2e8f0;
    background: rgba(248,250,252,.74);
    border-radius: 18px;
    padding: .85rem .95rem;
}
.ez-ops-table td { vertical-align: middle; }
.receipt-grid,
.receipt-finance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}
.receipt-grid div,
.receipt-finance div {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 16px;
    padding: .85rem .95rem;
}
.receipt-grid span,
.receipt-finance span {
    display: block;
    color: #667085;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
    margin-bottom: .2rem;
}
.receipt-grid strong,
.receipt-finance strong { color: #0f172a; }
.receipt-finance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767.98px) {
    .receipt-grid,
    .receipt-finance { grid-template-columns: 1fr; }
    .receipt-topbar { flex-direction: column; }
}
@media print {
    .receipt-actions, .client-powered { display: none !important; }
    .receipt-grid div,
    .receipt-finance div { break-inside: avoid; }
}

/* v1.8.1 cache-busting verification */
.ez-version-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .42rem .72rem;
    border-radius: 999px;
    background: rgba(24, 182, 164, .12);
    color: #087c72;
    border: 1px solid rgba(24, 182, 164, .28);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
}
.ez-version-pill::before {
    content: "";
    width: .48rem;
    height: .48rem;
    border-radius: 999px;
    background: #18b6a4;
    box-shadow: 0 0 0 5px rgba(24, 182, 164, .13);
}


/* v1.8.2 unified premium SaaS shell for authenticated admin/client UI */
.ez-suite-hero {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: clamp(1.35rem, 2.8vw, 2.05rem);
    color: #fff;
    background:
        radial-gradient(circle at 7% 0%, rgba(214,168,79,.23), transparent 32%),
        radial-gradient(circle at 88% 10%, rgba(24,182,164,.14), transparent 28rem),
        linear-gradient(135deg, #071524 0%, #0d2238 48%, #123a5b 100%);
    box-shadow: 0 28px 78px rgba(7, 21, 36, .26);
    border: 1px solid rgba(255,255,255,.10);
}
.ez-suite-hero::after {
    content: "";
    position: absolute;
    right: -92px;
    top: -92px;
    width: 270px;
    height: 270px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}
.ez-suite-hero::before {
    content: "";
    position: absolute;
    inset: auto 3% -46px 3%;
    height: 120px;
    border-radius: 999px;
    background: rgba(21, 68, 105, .38);
    filter: blur(36px);
}
.ez-suite-hero-glow { position:absolute; border-radius:999px; filter:blur(30px); opacity:.72; pointer-events:none; }
.ez-suite-hero-glow-a { width:210px; height:210px; background:rgba(214,168,79,.18); left:-72px; top:-82px; }
.ez-suite-hero-glow-b { width:260px; height:260px; background:rgba(24,182,164,.10); right:160px; bottom:-140px; }
.ez-suite-hero-copy { max-width: 820px; }
.ez-suite-kicker {
    color: rgba(241,212,145,.94);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: .55rem;
}
.ez-suite-title {
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 950;
    color: #fff;
}
.ez-suite-subtitle {
    color: rgba(255,255,255,.68);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 780px;
}
.ez-suite-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 999px;
    padding: .52rem .82rem;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.86);
    font-size: .78rem;
    font-weight: 900;
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 34px rgba(2,6,23,.10);
}
.ez-suite-pill-gold {
    border-color: rgba(214,168,79,.36);
    background: linear-gradient(135deg, #fff3cf, #fff8e8);
    color: #7a5520;
}
.ez-app-main > .d-flex:first-of-type:not(.ez-client-v172-hero),
.ez-app-main > .row:first-of-type + .d-flex,
.ez-app-main > .ez-panel:first-of-type {
    position: relative;
}
.ez-panel, .ez-card, .ez-stat-card {
    border-color: rgba(15,23,42,.075);
}
.ez-stat-card .display-6 {
    letter-spacing: -.045em;
    color: #111827;
}
.ez-ops-table tbody td {
    border-top-color: rgba(15,23,42,.055);
}
.ez-ops-table .btn-sm,
.ez-client-v172-actions .btn-sm {
    min-height: 32px;
}
@media (max-width: 575.98px) {
    .ez-suite-hero { border-radius: 22px; padding: 1.15rem; }
    .ez-suite-title { font-size: 2rem; }
    .ez-suite-subtitle { font-size: .94rem; }
}

/* v1.8.3 payment operations fix */
.ez-stat-link { color: inherit; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.ez-stat-link:hover { color: inherit; transform: translateY(-2px); box-shadow: 0 24px 64px rgba(17,35,56,.14); border-color: rgba(214,168,79,.28); }
.ez-status-link { display: inline-flex; text-decoration: none; }
.ez-status-link:hover .badge { filter: brightness(.96); transform: translateY(-1px); }
.ez-row-attention { background: linear-gradient(90deg, rgba(255,193,7,.10), transparent 58%); }
.ez-row-attention td:first-child { border-left: 4px solid #ffc107; }

/* v1.8.4 actionable payment queue/cards */
.ez-review-queue {
    border-color: rgba(255, 193, 7, .24);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,251,235,.82));
}
.ez-payment-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}
.ez-payment-action-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    padding: 1rem;
    box-shadow: 0 14px 38px rgba(15,23,42,.08);
}
.ez-payment-action-card-hot {
    border-color: rgba(255,193,7,.34);
    box-shadow: 0 16px 48px rgba(217,119,6,.13);
}
.ez-payment-action-card-hot::before,
.ez-payment-list-card-open::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #ffc107, #d97706);
}
.ez-payment-action-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .85rem;
}
.ez-payment-action-meta span {
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.08);
    background: rgba(248,250,252,.9);
    color: #475467;
    padding: .28rem .58rem;
    font-size: .78rem;
    font-weight: 700;
}
.ez-mini-label {
    color: #667085;
    font-size: .71rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 900;
    margin-bottom: .22rem;
}
.ez-payment-list {
    display: grid;
    gap: .85rem;
}
.ez-payment-list-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.075);
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    padding: 1rem 1.1rem;
    box-shadow: 0 14px 42px rgba(15,23,42,.075);
}
.ez-payment-list-card-open {
    background: linear-gradient(90deg, rgba(255,251,235,.94), rgba(255,255,255,.96));
    border-color: rgba(255,193,7,.18);
}
@media (max-width: 991.98px) {
    .ez-payment-list-card { padding: .95rem; }
    .ez-payment-list-card .text-lg-end { text-align: left !important; }
    .ez-payment-list-card .justify-content-lg-end { justify-content: flex-start !important; }
}

/* v1.9.6 footer version polish */
.ez-footer{border-top:1px solid rgba(227,233,242,.7);background:rgba(255,255,255,.36);backdrop-filter:blur(10px);}

/* v1.9.7 Virtual Debit Card */
.ez-virtual-card{
  position:relative;
  overflow:hidden;
  min-height:260px;
  border-radius:28px;
  padding:28px;
  color:#fff;
  box-shadow:0 26px 70px rgba(4,22,39,.22);
  background:linear-gradient(135deg,#7b4dff,#2f23b9);
}
.ez-virtual-card:before{
  content:"";
  position:absolute;
  inset:-30%;
  background:repeating-radial-gradient(circle at 18% 70%, rgba(255,255,255,.18) 0 2px, transparent 3px 12px);
  opacity:.75;
  transform:rotate(-8deg);
}
.ez-virtual-card:after{
  content:"";
  position:absolute;
  width:170px;height:170px;border-radius:999px;
  right:-48px;top:-42px;
  background:rgba(255,255,255,.18);
}
.ez-virtual-card-blue{background:linear-gradient(135deg,#0ea5e9,#172554)}
.ez-virtual-card-graphite{background:linear-gradient(135deg,#111827,#475569)}
.ez-virtual-card-emerald{background:linear-gradient(135deg,#10b981,#064e3b)}
.ez-vcard-top,.ez-vcard-number,.ez-vcard-bottom{position:relative;z-index:1}
.ez-vcard-top{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;opacity:.92}
.ez-vcard-chip{width:44px;height:34px;border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.25));box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
.ez-vcard-number{margin-top:64px;font-size:1.85rem;font-weight:900;letter-spacing:.05em;text-shadow:0 1px 2px rgba(0,0,0,.2)}
.ez-vcard-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:46px}
.ez-vcard-bottom span{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;opacity:.72}
.ez-vcard-bottom strong{display:block;font-size:.94rem;margin-top:4px}
.ez-virtual-card-mini{min-height:160px;border-radius:22px;padding:18px}
.ez-virtual-card-mini .ez-vcard-number{margin-top:34px;font-size:1.25rem}
.ez-virtual-card-mini .ez-vcard-bottom{margin-top:26px}
.ez-mini-card{width:76px;height:48px;border-radius:12px;background:linear-gradient(135deg,#7b4dff,#2f23b9);box-shadow:0 12px 28px rgba(4,22,39,.16)}
.ez-mini-card-blue{background:linear-gradient(135deg,#0ea5e9,#172554)}
.ez-mini-card-graphite{background:linear-gradient(135deg,#111827,#475569)}
.ez-mini-card-emerald{background:linear-gradient(135deg,#10b981,#064e3b)}
.ez-card-row{border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06)}


/* v1.9.7.1 premium card brand marks */
.ez-vcard-network-slot{min-width:92px;text-align:right}
.ez-card-network{display:inline-flex;align-items:center;justify-content:center;position:relative;margin-top:6px;height:34px;min-width:72px}
.ez-card-network-mastercard i,.ez-card-network-mastercard b{display:block;width:32px;height:32px;border-radius:999px;opacity:.95;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.ez-card-network-mastercard i{background:#ea001b;margin-right:-10px}
.ez-card-network-mastercard b{background:#ff9f00;mix-blend-mode:screen}
.ez-card-network-visa{height:34px;min-width:78px;border-radius:12px;padding:0 10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.ez-card-network-visa strong{font-size:1.45rem;letter-spacing:.04em;font-style:italic;font-weight:950;line-height:1;color:#fff;text-shadow:0 2px 7px rgba(0,0,0,.22)}
.ez-vcard-brand-mastercard .ez-vcard-chip,.ez-vcard-brand-visa .ez-vcard-chip{box-shadow:inset 0 0 0 1px rgba(255,255,255,.32),0 12px 26px rgba(0,0,0,.1)}
.ez-virtual-card-mini .ez-card-network{transform:scale(.78);transform-origin:right center}
@media (max-width: 575.98px){
  .ez-vcard-bottom{gap:10px;align-items:flex-end}
  .ez-vcard-network-slot{min-width:76px}
  .ez-card-network{min-width:62px}
  .ez-card-network-mastercard i,.ez-card-network-mastercard b{width:28px;height:28px}
  .ez-card-network-visa strong{font-size:1.18rem}
}

.ez-mini-card{position:relative;overflow:hidden}
.ez-mini-mastercard{position:absolute;right:8px;bottom:7px;display:flex;align-items:center}
.ez-mini-mastercard i,.ez-mini-mastercard b{display:block;width:17px;height:17px;border-radius:999px}
.ez-mini-mastercard i{background:#ea001b;margin-right:-6px}
.ez-mini-mastercard b{background:#ff9f00;mix-blend-mode:screen}
.ez-mini-visa{position:absolute;right:8px;bottom:7px;color:#fff;font-weight:950;font-style:italic;font-size:.72rem;letter-spacing:.03em}

/* v1.9.9 Public Digital Wallet Hub */
.wallet-landing-body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #050b16;
    color: #fff;
    position: relative;
}
.wallet-landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 16% 12%, rgba(214,168,79,.18), transparent 28rem),
        radial-gradient(circle at 80% 8%, rgba(24,182,164,.18), transparent 30rem),
        linear-gradient(180deg, #050b16 0%, #09182a 48%, #050b16 100%);
    z-index: -4;
}
.wallet-glow { position: fixed; border-radius: 999px; filter: blur(48px); opacity: .7; z-index: -3; pointer-events: none; }
.wallet-glow-a { width: 360px; height: 360px; top: -120px; left: -80px; background: rgba(214,168,79,.22); }
.wallet-glow-b { width: 460px; height: 460px; top: 6%; right: -140px; background: rgba(24,182,164,.16); }
.wallet-glow-c { width: 360px; height: 360px; bottom: -150px; left: 40%; background: rgba(89,118,255,.12); }
.wallet-shell { width: min(1220px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 44px; }
.wallet-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 14px 0; }
.wallet-brand { display: inline-flex; align-items: center; gap: .65rem; color: #fff; font-size: 1.55rem; font-weight: 950; letter-spacing: -.06em; }
.wallet-brand:hover { color: #fff; }
.wallet-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--ez-gold), var(--ez-gold-2)); color: #101828; font-weight: 950; box-shadow: 0 18px 42px rgba(214,168,79,.22); }
.wallet-brand-dot { color: var(--ez-gold); }
.wallet-nav-pill { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.065); color: rgba(255,255,255,.72); padding: .58rem .9rem; border-radius: 999px; font-size: .82rem; font-weight: 800; backdrop-filter: blur(14px); }
.wallet-hero { padding: 76px 0 54px; }
.wallet-eyebrow { color: var(--ez-gold-2); text-transform: uppercase; font-size: .76rem; letter-spacing: .14em; font-weight: 900; }
.wallet-title { font-size: clamp(3.1rem, 8vw, 6.4rem); line-height: .9; letter-spacing: -.085em; font-weight: 950; max-width: 900px; }
.wallet-copy { font-size: 1.18rem; line-height: 1.78; color: rgba(255,255,255,.72); max-width: 720px; }
.wallet-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.wallet-primary-btn, .wallet-ghost-btn { border-radius: 999px; padding: .9rem 1.15rem; font-weight: 900; }
.wallet-primary-btn { background: linear-gradient(135deg, var(--ez-gold), var(--ez-gold-2)); color: #101828; border: 0; box-shadow: 0 18px 42px rgba(214,168,79,.22); }
.wallet-primary-btn:hover { color: #101828; transform: translateY(-1px); }
.wallet-ghost-btn { border: 1px solid rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.06); }
.wallet-ghost-btn:hover { color: #fff; background: rgba(255,255,255,.10); }
.wallet-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; max-width: 640px; }
.wallet-stats div { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); border-radius: 20px; padding: 1rem; backdrop-filter: blur(14px); }
.wallet-stats strong { display: block; font-size: 1.5rem; line-height: 1; }
.wallet-stats span { display: block; color: rgba(255,255,255,.58); font-size: .86rem; margin-top: .45rem; }
.wallet-showcase-card { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.94); color: #172033; border-radius: 34px; padding: 1.35rem; box-shadow: var(--ez-shadow-strong); }
.wallet-showcase-top { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.wallet-showcase-orb { width: 58px; height: 58px; border-radius: 20px; display: grid; place-items: center; font-size: 1.4rem; font-weight: 950; color: #101828; background: linear-gradient(135deg, var(--ez-gold), var(--ez-gold-2)); }
.wallet-mini-stack { display: grid; gap: .75rem; }
.wallet-mini-row { display: flex; gap: .85rem; align-items: center; border: 1px solid #e5ebf4; background: #f8fafc; border-radius: 20px; padding: .85rem; }
.wallet-mini-row img, .wallet-mini-fallback { width: 46px; height: 46px; border-radius: 16px; object-fit: contain; background: #fff; border: 1px solid #e6ebf3; flex: 0 0 auto; padding: .35rem; }
.wallet-mini-fallback { display: grid; place-items: center; padding: 0; font-weight: 950; color: #0d1b2a; }
.wallet-mini-row strong { display: block; line-height: 1.1; }
.wallet-mini-row span { display: block; color: var(--ez-muted); font-size: .86rem; margin-top: .22rem; }
.wallet-section { padding: 36px 0 20px; }
.wallet-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.35rem; }
.wallet-section-head h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: .98; letter-spacing: -.06em; font-weight: 950; margin: .25rem 0 0; }
.wallet-section-head p { max-width: 440px; color: rgba(255,255,255,.66); margin: 0; line-height: 1.7; }
.wallet-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.wallet-directory-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.08); border-radius: 28px; padding: 1.1rem; backdrop-filter: blur(14px); box-shadow: 0 20px 70px rgba(0,0,0,.14); }
.wallet-directory-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.1rem; }
.wallet-directory-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 20px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.18); padding: .45rem; }
.wallet-directory-logo-fallback { display: grid; place-items: center; color: #0d1b2a; font-weight: 950; font-size: 1.25rem; }
.wallet-directory-badge { border: 1px solid rgba(214,168,79,.22); background: rgba(214,168,79,.13); color: var(--ez-gold-2); border-radius: 999px; padding: .42rem .65rem; font-size: .76rem; font-weight: 900; }
.wallet-directory-card h3 { font-size: 1.35rem; font-weight: 950; letter-spacing: -.035em; margin-bottom: .6rem; }
.wallet-directory-card p { color: rgba(255,255,255,.68); line-height: 1.65; margin-bottom: 1rem; flex: 1; }
.wallet-directory-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; }
.wallet-directory-meta span { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); border-radius: 999px; color: rgba(255,255,255,.70); font-size: .78rem; font-weight: 800; padding: .38rem .56rem; }
.wallet-card-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; border: 0; border-radius: 18px; padding: .88rem 1rem; background: rgba(255,255,255,.94); color: #0d1b2a; font-weight: 950; }
.wallet-card-btn:hover { color: #0d1b2a; transform: translateY(-1px); box-shadow: 0 15px 32px rgba(0,0,0,.16); }
.wallet-card-btn-muted { background: rgba(255,255,255,.12); color: rgba(255,255,255,.58); cursor: not-allowed; }
.wallet-empty-card { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.08); border-radius: 28px; padding: 2rem; text-align: center; color: rgba(255,255,255,.72); }
.wallet-empty-card h3 { color: #fff; font-weight: 950; }
.wallet-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: 34px 0 20px; }
.wallet-process-card { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); border-radius: 26px; padding: 1.25rem; }
.wallet-process-card span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: rgba(214,168,79,.15); color: var(--ez-gold-2); font-weight: 950; margin-bottom: 1rem; }
.wallet-process-card h3 { font-size: 1.1rem; font-weight: 950; }
.wallet-process-card p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.65; }
.wallet-footer { display: flex; justify-content: space-between; gap: 1rem; padding-top: 36px; color: rgba(255,255,255,.46); font-size: .92rem; }
@media (max-width: 991.98px) {
    .wallet-hero { padding: 46px 0 34px; }
    .wallet-stats, .wallet-card-grid, .wallet-process-grid { grid-template-columns: 1fr; }
    .wallet-section-head { display: block; }
    .wallet-section-head p { margin-top: 1rem; }
    .wallet-footer { flex-direction: column; }
}
@media (max-width: 575.98px) {
    .wallet-shell { width: min(100% - 22px, 1220px); }
    .wallet-title { font-size: clamp(2.65rem, 16vw, 4rem); }
    .wallet-nav { align-items: flex-start; }
    .wallet-nav-pill { font-size: .72rem; }
}

/* v2.0 public services + exchange desk */
.wallet-nav-links{gap:.35rem;align-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:999px;padding:.35rem;backdrop-filter:blur(14px)}
.wallet-nav-links a{color:rgba(255,255,255,.74);text-decoration:none;font-size:.84rem;font-weight:850;padding:.52rem .82rem;border-radius:999px}
.wallet-nav-links a:hover{background:rgba(255,255,255,.10);color:#fff}
.wallet-hero-v20{padding-top:66px}
.wallet-command-card{background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(244,247,252,.94));}
.wallet-service-stack{display:grid;gap:.85rem}
.wallet-service-stack div{display:grid;grid-template-columns:44px 1fr;column-gap:.82rem;align-items:center;border:1px solid #e5ebf4;background:#fff;border-radius:20px;padding:.9rem;box-shadow:0 12px 28px rgba(15,23,42,.055)}
.wallet-service-stack span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--ez-gold),var(--ez-gold-2));color:#101828;font-weight:950;grid-row:span 2}
.wallet-service-stack strong{display:block;font-size:.98rem;line-height:1.15}
.wallet-service-stack small{display:block;color:#667085;margin-top:.2rem}
.wallet-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.wallet-services-grid article{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.075);border-radius:28px;padding:1.15rem;backdrop-filter:blur(14px);min-height:100%}
.wallet-services-grid article div{width:48px;height:48px;border-radius:17px;background:rgba(214,168,79,.15);color:var(--ez-gold-2);display:grid;place-items:center;font-weight:950;font-size:1.25rem;margin-bottom:1rem}
.wallet-services-grid h3{font-weight:950;letter-spacing:-.035em;font-size:1.15rem;margin-bottom:.65rem}
.wallet-services-grid p{color:rgba(255,255,255,.66);line-height:1.65;margin:0}
.wallet-contact-section{padding:44px 0 20px}
.wallet-contact-copy,.wallet-contact-form{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);border-radius:32px;padding:1.35rem;backdrop-filter:blur(14px);box-shadow:0 20px 70px rgba(0,0,0,.12)}
.wallet-contact-copy h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:.98;letter-spacing:-.06em;margin:.5rem 0 1rem}
.wallet-contact-copy p{color:rgba(255,255,255,.68);line-height:1.75}
.wallet-contact-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}
.wallet-contact-pills span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:999px;color:rgba(255,255,255,.76);font-size:.78rem;font-weight:850;padding:.42rem .62rem}
.wallet-contact-form{background:rgba(255,255,255,.94);color:#172033}
.wallet-contact-form .form-control,.wallet-contact-form .form-select{border-radius:16px;border-color:#d9e1ee;padding:.8rem .9rem}
.wallet-contact-form .form-label{font-weight:850;color:#344054;font-size:.86rem}
.ez-exchange-card{border:1px solid rgba(15,23,42,.075);border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.07);padding:1.1rem}
.ez-exchange-card-open{background:linear-gradient(90deg,rgba(236,253,245,.88),rgba(255,255,255,.98));border-color:rgba(16,185,129,.16)}
.ez-exchange-op-icon{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#071a33,#12345c);color:#d7aa3a;font-weight:950;box-shadow:0 14px 30px rgba(7,26,51,.14)}
.ez-exchange-mini{border:1px solid #e5ebf4;background:#f8fafc;border-radius:18px;padding:.85rem}
.ez-kv-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}
.ez-kv-grid .ez-kv{border:1px solid #e5ebf4;background:#f8fafc;border-radius:18px;padding:.85rem}
.ez-kv span{display:block;color:#667085;font-size:.74rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900;margin-bottom:.28rem}.ez-kv strong{font-size:1rem}
@media (max-width:991.98px){.wallet-services-grid{grid-template-columns:1fr 1fr}.ez-kv-grid{grid-template-columns:1fr}.wallet-nav-links{display:none!important}}
@media (max-width:575.98px){.wallet-services-grid{grid-template-columns:1fr}.wallet-contact-copy,.wallet-contact-form{padding:1rem;border-radius:24px}}
