.vz-appd {
    padding: var(--s-20) 0;
    background: var(--c-white);
}

.vz-appd__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-12);
    align-items: end;
    padding-bottom: var(--s-12);
    margin-bottom: var(--s-12);
    border-bottom: 1.5px solid var(--c-border);
}

.vz-appd__head-left {
    display: flex;
    flex-direction: column;
}

.vz-appd__head-right {
    display: flex;
    align-items: flex-end;
}

.vz-appd__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 14px;
    border-left: 2px solid var(--c-accent);
    font-size: 11px;
    font-weight: var(--w-black);
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--c-muted);
    margin-bottom: var(--s-4);
}

.vz-appd__title {
    font-size: clamp(var(--t-32), 3.5vw, var(--t-48));
    font-weight: var(--w-black);
    letter-spacing: var(--ls-tight);
    line-height: 1.05;
    color: var(--c-black);
    margin-bottom: var(--s-4);
}

.vz-appd__lead {
    font-size: var(--t-16);
    line-height: var(--lh-normal);
    color: var(--c-muted);
}

.vz-appd__demo {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: var(--s-10);
    min-height: 480px;
}

.vz-appd__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vz-appd__side--left { align-items: flex-end; }
.vz-appd__side--right { align-items: flex-start; }

.vz-appd__call {
    background: var(--c-white);
    border: 1.5px solid var(--c-border);
    border-radius: var(--r-md);
    padding: 12px;
    max-width: 280px;
    width: 100%;
    position: relative;
    display: flex;
    gap: 12px;
    align-items: stretch;
    transition: border-color 0.3s var(--ease), transform 0.4s var(--ease), opacity 0.4s var(--ease), box-shadow 0.3s var(--ease);
}

.vz-appd__call:hover {
    border-color: rgba(0,0,0,0.25);
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.vz-appd__call.is-highlight {
    border-color: var(--c-accent);
}

.vz-appd__call.is-highlight::before {
    content: '';
    position: absolute;
    left: -1.5px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: var(--c-accent);
    border-radius: 1px;
}

.vz-appd__side--right .vz-appd__call.is-highlight::before {
    left: auto;
    right: -1.5px;
}

.vz-appd__call-img {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--c-bg);
    align-self: center;
}

.vz-appd__call-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vz-appd__call-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.vz-appd__call-line {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 1px;
    background: var(--c-border);
    pointer-events: none;
}

.vz-appd__side--left .vz-appd__call-line { right: -32px; }
.vz-appd__side--right .vz-appd__call-line { left: -32px; }

.vz-appd__call-label {
    font-size: 10px;
    font-weight: var(--w-black);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--c-muted);
    line-height: 1.1;
}

.vz-appd__call-value {
    font-size: var(--t-14);
    font-weight: var(--w-black);
    color: var(--c-black);
    line-height: 1.25;
}

.vz-appd__call-sub {
    font-size: var(--t-12);
    color: var(--c-muted);
    line-height: 1.4;
}

.vz-appd__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.vz-appd__phone-frame {
    width: 240px;
    height: 480px;
    background: #1a1a1a;
    border-radius: 36px;
    padding: 8px;
    border: 2px solid #2a2a2a;
    position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.vz-appd__notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 18px;
    background: #1a1a1a;
    border-radius: 10px;
    z-index: 10;
}

.vz-appd__statusbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px 8px;
    font-size: 10px;
    color: #fff;
    font-weight: var(--w-bold);
    background: #0a0a0a;
    border-radius: 28px 28px 0 0;
    flex-shrink: 0;
}

.vz-appd__sb-right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vz-appd__sb-sig {
    width: 12px;
    height: 8px;
    background: linear-gradient(90deg, #fff 0%, #fff 33%, rgba(255,255,255,0.4) 33%, rgba(255,255,255,0.4) 100%);
    clip-path: polygon(0 60%, 25% 60%, 25% 40%, 50% 40%, 50% 20%, 75% 20%, 75% 0, 100% 0, 100% 100%, 0 100%);
}

.vz-appd__app-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 14px 8px;
    background: #0a0a0a;
    flex-shrink: 0;
}

.vz-appd__app-title {
    font-size: 13px;
    font-weight: var(--w-black);
    color: #fff;
    transition: color 0.25s var(--ease);
}

.vz-appd__app-pill {
    font-size: 9px;
    font-weight: var(--w-black);
    color: var(--c-accent);
    background: rgba(252,225,22,0.15);
    padding: 3px 8px;
    border-radius: var(--r-pill);
    letter-spacing: 0.06em;
    transition: background 0.25s var(--ease), color 0.25s var(--ease);
}

.vz-appd__viewport {
    flex: 1;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.vz-appd__track {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.55s cubic-bezier(0.32, 0.72, 0, 1);
    will-change: transform;
}

.vz-appd__screen {
    flex: 0 0 33.333%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vz-appd__map-img {
    filter: brightness(0.85) saturate(0.95);
    pointer-events: none;
}

.vz-appd__map-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vz-appd__zone {
    fill: rgba(252,225,22,0.18);
    stroke: var(--c-accent);
    stroke-width: 3;
    cursor: pointer;
    transition: fill 0.3s var(--ease), stroke-width 0.3s var(--ease);
}

.vz-appd__zone:hover {
    fill: rgba(252,225,22,0.40);
    stroke-width: 4;
}

.vz-appd__zone.is-active {
    fill: rgba(252,225,22,0.32);
    stroke-width: 5;
    animation: vz-appd-zonepulse 2.4s ease-in-out infinite;
}

@keyframes vz-appd-zonepulse {
    0%, 100% { fill: rgba(252,225,22,0.28); }
    50% { fill: rgba(252,225,22,0.42); }
}

.vz-appd__trail {
    fill: none;
    stroke: rgba(80, 140, 50, 0.55);
    stroke-width: 22;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    pointer-events: none;
}

.vz-appd__nogo {
    fill: rgba(255,80,80,0.32);
    stroke: #ff5050;
    stroke-width: 3;
    pointer-events: none;
}

.vz-appd__route {
    fill: none;
    stroke: var(--c-accent);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.85;
    filter: drop-shadow(0 0 3px rgba(252,225,22,0.5));
    pointer-events: none;
}

.vz-appd__robot {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.6)) drop-shadow(0 0 6px rgba(252,225,22,0.5));
    pointer-events: none;
}

.vz-appd__zone-label,
.vz-appd__nogo-label {
    fill: #fff;
    font-size: 18px;
    font-weight: var(--w-black);
    text-anchor: middle;
    pointer-events: none;
    paint-order: stroke;
    stroke: rgba(0,0,0,0.6);
    stroke-width: 3;
    stroke-linejoin: round;
}

.vz-appd__push {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    background: rgba(20,20,20,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(252,225,22,0.4);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(-150%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s var(--ease);
    pointer-events: none;
}

.vz-appd__push.is-show {
    transform: translateY(0);
    opacity: 1;
}

.vz-appd__push-icon {
    width: 24px;
    height: 24px;
    background: var(--c-accent);
    border-radius: 6px;
    flex-shrink: 0;
    position: relative;
}

.vz-appd__push-icon::before {
    content: '';
    position: absolute;
    inset: 6px;
    background: #1D1D1F;
    clip-path: polygon(20% 50%, 45% 75%, 80% 30%, 75% 25%, 45% 60%, 25% 45%);
}

.vz-appd__push-title {
    font-size: 11px;
    font-weight: var(--w-black);
    color: #fff;
    margin-bottom: 1px;
}

.vz-appd__push-text {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    line-height: 1.3;
}

.vz-appd__push--info { border-color: rgba(58,140,255,0.5); }
.vz-appd__push--info .vz-appd__push-icon { background: #3a8cff; }

.vz-appd__push--alert { border-color: rgba(255,80,80,0.6); }
.vz-appd__push--alert .vz-appd__push-icon { background: #ff5050; }

.vz-appd__push--success { border-color: rgba(120,200,80,0.55); }
.vz-appd__push--success .vz-appd__push-icon { background: #78c850; }

.vz-appd__hud {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: rgba(15,15,15,0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(252,225,22,0.25);
    border-radius: 12px;
    pointer-events: none;
    z-index: 5;
}

.vz-appd__hud-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.vz-appd__hud-num {
    font-size: 12px;
    font-weight: var(--w-black);
    color: var(--c-accent);
    line-height: 1;
    margin-bottom: 2px;
    font-variant-numeric: tabular-nums;
}

.vz-appd__hud-lbl {
    font-size: 8px;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vz-appd__hud-sep {
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,0.15);
    margin: 0 6px;
}

.vz-appd__sched {
    padding: 12px 12px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    overflow: hidden;
}

.vz-appd__sched-hero {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.vz-appd__donut {
    width: 78px;
    height: 78px;
    position: relative;
    flex-shrink: 0;
}

.vz-appd__donut svg {
    width: 100%;
    height: 100%;
}

.vz-appd__donut-fill {
    transition: stroke-dashoffset 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.vz-appd__donut-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.vz-appd__donut-num {
    font-size: 18px;
    font-weight: var(--w-black);
    color: var(--c-accent);
}

.vz-appd__donut-lbl {
    font-size: 7px;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    margin-top: 2px;
    letter-spacing: 0.04em;
}

.vz-appd__sched-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.vz-appd__sched-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 7px 10px;
}

.vz-appd__sched-card--accent {
    background: rgba(252,225,22,0.10);
    border-color: rgba(252,225,22,0.35);
}

.vz-appd__sched-card-lbl {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 2px;
}

.vz-appd__sched-card-val {
    font-size: 12px;
    font-weight: var(--w-black);
    color: #fff;
    line-height: 1.1;
}

.vz-appd__sched-card--accent .vz-appd__sched-card-val {
    color: var(--c-accent);
}

.vz-appd__sched-card-sub {
    font-size: 8px;
    color: rgba(255,255,255,0.45);
    margin-top: 2px;
}

.vz-appd__sched-grid {
    display: grid;
    grid-template-columns: 24px repeat(7, 1fr);
    grid-template-rows: 14px repeat(4, 1fr);
    gap: 2px;
    flex: 1;
    min-height: 0;
}

.vz-appd__sched-day {
    font-size: 8px;
    font-weight: var(--w-black);
    color: rgba(255,255,255,0.5);
    text-align: center;
    align-self: center;
    text-transform: uppercase;
}

.vz-appd__sched-time {
    font-size: 7px;
    color: rgba(255,255,255,0.4);
    align-self: center;
    text-align: right;
    padding-right: 3px;
}

.vz-appd__sched-cell {
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.vz-appd__sched-cell:hover {
    background: rgba(255,255,255,0.14);
    transform: scale(1.05);
}

.vz-appd__sched-cell.is-on {
    background: var(--c-accent);
}

.vz-appd__sched-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 8px;
}

.vz-appd__sched-toggle-label {
    font-size: 11px;
    font-weight: var(--w-bold);
    color: #fff;
}

.vz-appd__switch {
    width: 32px;
    height: 18px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: background 0.25s var(--ease);
    flex-shrink: 0;
}

.vz-appd__switch.is-on {
    background: var(--c-accent);
}

.vz-appd__switch-dot {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.25s var(--ease);
}

.vz-appd__switch.is-on .vz-appd__switch-dot {
    transform: translateX(14px);
    background: #1D1D1F;
}

.vz-appd__sched-summary { display: none; }

.vz-appd__flash {
    position: absolute;
    inset: 0;
    background: var(--c-accent);
    opacity: 0;
    pointer-events: none;
    z-index: 7;
    mix-blend-mode: screen;
}

.vz-appd__flash.is-flash {
    animation: vz-appd-flash 1s ease-out forwards;
}

@keyframes vz-appd-flash {
    0% { opacity: 0; }
    20% { opacity: 0.8; }
    100% { opacity: 0; }
}

.vz-appd__confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 8;
}

.vz-appd__confetti span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--c-accent);
    border-radius: 1px;
    opacity: 0;
}

.vz-appd__confetti.is-burst span {
    animation: vz-appd-confetti 1.4s cubic-bezier(0.2, 0.7, 0.4, 1) forwards;
}

@keyframes vz-appd-confetti {
    0% { opacity: 1; transform: translate(0, 0) rotate(0); }
    100% { opacity: 0; transform: translate(var(--dx), var(--dy)) rotate(var(--rot)); }
}

.vz-appd__cam-radar {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 70px;
    height: 70px;
    z-index: 6;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid rgba(252,225,22,0.3);
    overflow: hidden;
}

.vz-appd__cam-radar svg {
    width: 100%;
    height: 100%;
    display: block;
}

.vz-appd__radar-sweep {
    transform-origin: 40px 40px;
    animation: vz-appd-radar-spin 3.5s linear infinite;
}

@keyframes vz-appd-radar-spin {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

.vz-appd__cam-radar-lbl {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7px;
    color: var(--c-accent);
    font-weight: var(--w-black);
    letter-spacing: 0.08em;
    background: rgba(0,0,0,0.6);
    padding: 1px 0;
}

.vz-appd__cam-minimap {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 50px;
    height: 75px;
    z-index: 6;
}

.vz-appd__cam-minimap svg {
    width: 100%;
    height: 100%;
    display: block;
}

.vz-appd__minimap-bot {
    animation: vz-appd-minimap-pulse 1.6s ease-in-out infinite;
}

@keyframes vz-appd-minimap-pulse {
    0%, 100% { r: 2; }
    50% { r: 3; }
}

.vz-appd__cam-minimap-lbl {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7px;
    color: var(--c-accent);
    font-weight: var(--w-black);
    letter-spacing: 0.08em;
}

.vz-appd__cam-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vz-appd__cam-controls {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vz-appd__joystick {
    width: 60px;
    height: 60px;
    background: rgba(20,20,20,0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    position: relative;
    cursor: grab;
    touch-action: none;
}

.vz-appd__joystick:active { cursor: grabbing; }

.vz-appd__joystick-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: var(--c-accent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.15s var(--ease);
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.vz-appd__cam-stop {
    width: 48px;
    height: 48px;
    background: rgba(255,80,80,0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.vz-appd__cam-stop:hover {
    transform: scale(1.05);
    background: rgba(255,80,80,1);
}

.vz-appd__cam-stop span {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
}

.vz-appd__nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 16px 14px;
    background: #0a0a0a;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-radius: 0 0 28px 28px;
    flex-shrink: 0;
}

.vz-appd__nav-btn {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    color: rgba(255,255,255,0.4);
    transition: color 0.25s var(--ease), transform 0.2s var(--ease);
    -webkit-tap-highlight-color: transparent;
}

.vz-appd__nav-btn:hover { color: rgba(255,255,255,0.7); }

.vz-appd__nav-btn.is-active {
    color: var(--c-accent);
}

.vz-appd__nav-btn svg {
    width: 22px;
    height: 22px;
}

.vz-appd__tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.vz-appd__tab {
    transition: all 0.25s var(--ease);
}

.vz-appd__tab.is-active.btn--ghost {
    background: var(--c-accent);
    color: var(--c-black);
    border-color: var(--c-accent);
}

@media (max-width: 1100px) {
    .vz-appd__head {
        grid-template-columns: 1fr;
        gap: var(--s-5);
    }
    .vz-appd__demo {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
    }
    .vz-appd__side {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .vz-appd__call {
        max-width: 280px;
        flex: 1 1 240px;
    }
    .vz-appd__call-line { display: none; }
    .vz-appd__phone { order: -1; }
    .vz-appd__side--left { order: 0; }
    .vz-appd__side--right { order: 1; }
}

@media (max-width: 680px) {
    .vz-appd__demo { gap: 16px; }
    .vz-appd__side { gap: 10px; }
    .vz-appd__call { max-width: 100%; flex: 1 1 100%; }
    .vz-appd__phone-frame { width: 220px; height: 440px; }
}
.vzap-m { display: none; }

@media (max-width: 768px) {
    .vz-appd__tabs,
    .vz-appd__side--left,
    .vz-appd__side--right { display: none; }

    .vz-appd > .container {
        display: flex;
        flex-direction: column;
    }
    .vz-appd__head { order: 0; }
    .vz-appd__demo {
        order: 2;
        display: block;
        margin: 0 calc(-1 * var(--s-5));
        padding: 0;
        gap: 0;
    }
    .vzap-m { order: 1; }

    .vz-appd__phone {
        width: 100%;
        align-items: center;
        margin: 0;
    }

    .vz-appd__phone-frame {
        width: min(calc(100vw - 24px), 380px);
        height: min(calc((100vw - 24px) * 2), 760px);
    }

    .vzap-m {
        display: block;
        margin-top: var(--s-5);
        margin-bottom: var(--s-5);
    }

    .vzap-m__tabs {
        display: flex;
        flex-direction: row;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        margin: 0 calc(-1 * var(--s-5));
        padding: 4px var(--s-5) var(--s-4);
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }
    .vzap-m__tabs::-webkit-scrollbar { display: none; }

    .vzap-m__tab {
        flex: 0 0 auto;
        padding: 10px 16px;
        background: var(--c-white);
        border: 1.5px solid var(--c-border);
        border-radius: 999px;
        font-size: 13px;
        font-weight: var(--w-bold);
        color: var(--c-black);
        cursor: pointer;
        white-space: nowrap;
        scroll-snap-align: center;
        line-height: 1;
        transition: background var(--dur-std) var(--ease),
                    border-color var(--dur-std) var(--ease),
                    color var(--dur-std) var(--ease);
    }

    .vzap-m__tab.is-active {
        background: var(--c-accent);
        border-color: var(--c-accent);
        color: var(--c-black);
    }

    .vzap-m__deck {
        display: flex;
        flex-direction: row;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 35px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 0 calc(-1 * var(--s-5));
        padding: 4px 35px 14px;
        overscroll-behavior-x: contain;
    }
    .vzap-m__deck::-webkit-scrollbar { display: none; }

    .vzap-m__call.vz-appd__call {
        flex: 0 0 calc(100vw - 70px);
        width: calc(100vw - 70px);
        max-width: none;
        scroll-snap-align: center;
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        background: var(--c-white);
        border: 1.5px solid var(--c-border);
        border-radius: var(--r-md);
        padding: 14px 16px;
        min-width: 0;
        position: relative;
    }

    .vzap-m__call .vz-appd__call-img {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        overflow: hidden;
        background: var(--c-surface);
        margin: 0;
    }

    .vzap-m__call .vz-appd__call-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .vzap-m__call .vz-appd__call-body {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 0;
    }

    .vzap-m__call .vz-appd__call-label {
        font-size: 10px;
        font-weight: var(--w-black);
        color: var(--c-muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        line-height: 1.2;
    }

    .vzap-m__call .vz-appd__call-value {
        font-size: 14px;
        font-weight: var(--w-black);
        color: var(--c-black);
        line-height: 1.2;
    }

    .vzap-m__call .vz-appd__call-sub {
        font-size: 12px;
        color: var(--c-muted);
        line-height: 1.3;
    }

    .vzap-m__call .vz-appd__call-line { display: none; }
}
