/* Vectorly product visuals — ported from WebUI auth collage + Action Centre + People page.
   Keep in sync with _vectorthemes/src/vectorlylayout/sass/vly/_auth.scss */

:root {
    --vly-app-primary: #0b5fd4;
    --vly-app-primary-light: #2563eb;
    --vly-app-bg: #fbfbfb;
    --vly-app-ink: #181c32;
    --vly-sidebar: #181c32;
    --vly-score-hot: #f1416c;
    --vly-score-warm: #ffc700;
    --vly-score-cool: #3e97ff;
}

/* ── App screenshot shell (Metronic VectorlyLayout) ── */
.vly-shot {
    border-radius: 1rem;
    border: 1px solid #e7e9f2;
    box-shadow: 0 24px 64px rgba(24, 28, 50, 0.12);
    overflow: hidden;
    background: #fff;
}

.vly-shot__app {
    display: flex;
    min-height: 320px;
    background: var(--vly-app-bg);
}

.vly-shot__sidebar {
    width: 56px;
    flex-shrink: 0;
    background: var(--vly-sidebar);
    border-radius: 0 12px 12px 0;
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

.vly-shot__nav-dot {
    width: 36px;
    height: 36px;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.55);
}

.vly-shot__nav-dot.is-active {
    background: rgba(11, 95, 212, 0.35);
    color: #fff;
}

.vly-shot__main {
    flex: 1;
    min-width: 0;
    padding: 1.25rem 1.35rem 1.5rem;
}

.vly-shot__title {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7e8299;
    margin-bottom: 0.35rem;
}

.vly-shot__heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--vly-app-ink);
    margin-bottom: 1rem;
}

/* ── People page: VectorlyScore (VIS) snapshot ── */
.vly-mock-vis {
    border: 1px dashed #e4e6ef;
    border-radius: 1rem;
    background: #f9f9f9;
    padding: 1.25rem 1rem;
    text-align: center;
}

.vly-mock-vis[data-tier="hot"] .vly-mock-vis__value { color: var(--vly-score-hot); }
.vly-mock-vis[data-tier="warm"] .vly-mock-vis__value { color: var(--vly-score-warm); }

.vly-mock-vis__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vly-app-ink);
    margin-bottom: 0.5rem;
}

.vly-mock-vis__value {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.vly-mock-vis__tier {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--vly-app-ink);
}

.vly-mock-vis__note {
    font-size: 0.8125rem;
    color: #5e6278;
    margin-top: 0.5rem;
    line-height: 1.45;
}

.vly-mock-vis__why {
    list-style: none;
    padding: 0;
    margin: 0.85rem 0 0;
    text-align: left;
    font-size: 0.75rem;
    color: #7e8299;
}

.vly-mock-vis__why li {
    padding: 0.35rem 0;
    border-bottom: 1px dashed #e4e6ef;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.vly-mock-vis__why strong { color: var(--vly-app-ink); }

/* ── Activity timeline (People page) ── */
.vly-mock-timeline__item {
    display: flex;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px dashed #e4e6ef;
    font-size: 0.8125rem;
}

.vly-mock-timeline__icon {
    width: 32px;
    height: 32px;
    border-radius: 0.5rem;
    background: #eef2ff;
    color: #3730a3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vly-mock-timeline__when {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #a1a5b7;
}

/* ── Action Centre hero card ── */
.vly-mock-ac-hero {
    border: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    background: linear-gradient(135deg, #0b5fd4 0%, #1a4fb8 100%);
    color: #fff;
    box-shadow: 0 0.35rem 1.25rem rgba(27, 132, 255, 0.18);
    padding: 1.25rem 1.35rem 1.5rem;
}

.vly-mock-ac-hero__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.35rem;
}

.vly-mock-ac-hero__title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.25rem;
}

.vly-mock-ac-hero__date {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1rem;
}

.vly-mock-ac-hero__callout {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0.5rem;
}

.vly-mock-ac-hero__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16c7a8;
    margin-top: 0.45rem;
    flex-shrink: 0;
}

.vly-mock-ac-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.vly-mock-ac-hero__chip {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.vly-mock-ac-hero__chip--urgent {
    background: rgba(241, 65, 108, 0.22);
    border-color: rgba(241, 65, 108, 0.45);
}

/* ── Triage row (Action Centre) ── */
.vly-mock-triage {
    background: #fff;
    border-radius: 0.75rem;
    border: 1px solid #eff2f5;
    padding: 1rem 1.15rem;
    margin-top: 0.85rem;
}

.vly-mock-triage__label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--vly-app-ink);
    margin-bottom: 0.15rem;
}

.vly-mock-triage__sub {
    font-size: 0.75rem;
    color: #a1a5b7;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.vly-mock-triage__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #ffc700;
    margin-bottom: 0.5rem;
    background: #fff;
}

.vly-mock-triage__row--critical { border-color: #f1416c; }

.vly-mock-score-pill {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.2rem 0.45rem;
    border-radius: 0.35rem;
    background: rgba(241, 65, 108, 0.1);
    color: #f1416c;
}

/* ── Two scores (People sidebar) ── */
.vly-mock-dual-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

@media (max-width: 575px) {
    .vly-mock-dual-panel { grid-template-columns: 1fr; }
}

.vly-mock-dual-panel__card {
    border: 1px dashed #e4e6ef;
    border-radius: 1rem;
    background: #f9f9f9;
    padding: 1.15rem;
    text-align: center;
}

.vly-mock-dual-panel__card--hot { border-color: rgba(241, 65, 108, 0.35); }
.vly-mock-dual-panel__card--cold { border-color: rgba(62, 151, 255, 0.35); }

.vly-mock-dual-panel__tag {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a1a5b7;
    margin-bottom: 0.35rem;
}

.vly-mock-dual-panel__score {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
}

.vly-mock-dual-panel__score--hot { color: var(--vly-score-hot); }
.vly-mock-dual-panel__score--cold { color: var(--vly-score-cool); }

/* ── Visitor check-in (mobile) ── */
.vly-mock-visitor {
    max-width: 260px;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #ebedf3;
    background: #fff;
    box-shadow: 0 12px 32px rgba(24, 28, 50, 0.08);
}

.vly-mock-visitor__header {
    padding: 1rem 1.1rem;
    background: #eef6ff;
    border-bottom: 1px solid rgba(11, 95, 212, 0.1);
}

.vly-mock-visitor__badge {
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vly-app-primary);
    background: rgba(11, 95, 212, 0.12);
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    margin-bottom: 0.5rem;
}

.vly-mock-visitor__address {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--vly-app-ink);
}

.vly-mock-visitor__meta {
    font-size: 0.8125rem;
    color: #7e8299;
    margin-top: 0.35rem;
}

.vly-mock-visitor__body {
    padding: 1rem 1.1rem 1.15rem;
}

.vly-mock-visitor__step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.5rem 0;
    color: #a1a5b7;
}

.vly-mock-visitor__step.is-done { color: #50cd89; }
.vly-mock-visitor__step.is-active { color: var(--vly-app-primary); }

.vly-mock-visitor__step-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
}

/* ── Auth collage (product infography — WebUI sign-in aside) ── */
.vly-auth-collage { width: 100%; }

.vly-auth-collage__scene {
    width: 100%;
    height: 520px;
    position: relative;
    background: linear-gradient(135deg, #0b5fd4 0%, #1a4fb8 60%, #0d3a9e 100%);
    border-radius: 1rem;
    overflow: hidden;
}

.vly-auth-collage__scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.vly-auth-collage__scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.vly-auth-collage__brand {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    z-index: 10;
    text-transform: uppercase;
}

.vly-auth-collage__brand span {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.vly-auth-collage__card {
    position: absolute;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 2;
}

.vly-auth-collage__card--score {
    width: 192px; top: 64px; left: 24px; padding: 14px;
    transform: rotate(-4deg);
    animation: vly-collage-float-a 5.2s ease-in-out infinite;
}

.vly-auth-collage__card--guidance {
    width: 222px; top: 54px; left: 200px; padding: 0;
    transform: rotate(2deg);
    animation: vly-collage-float-b 4.8s ease-in-out infinite 0.4s;
}

.vly-auth-collage__card--checkins {
    width: 168px; top: 58px; right: 20px; padding: 14px;
    transform: rotate(3.5deg);
    animation: vly-collage-float-c 5.6s ease-in-out infinite 0.8s;
}

.vly-auth-collage__card--leads {
    width: 210px; bottom: 60px; left: 16px; padding: 14px;
    transform: rotate(-2.5deg);
    animation: vly-collage-float-d 5s ease-in-out infinite 1s;
}

.vly-auth-collage__card--feed {
    width: 196px; bottom: 52px; right: 14px; padding: 14px;
    transform: rotate(2deg);
    animation: vly-collage-float-e 4.6s ease-in-out infinite 0.6s;
}

.vly-auth-collage__card--stats {
    width: 150px; bottom: 148px; left: 218px; padding: 14px;
    transform: rotate(-1deg);
    animation: vly-collage-float-f 5.4s ease-in-out infinite 0.2s;
}

@keyframes vly-collage-float-a { 0%, 100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-6px); } }
@keyframes vly-collage-float-b { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-5px); } }
@keyframes vly-collage-float-c { 0%, 100% { transform: rotate(3.5deg) translateY(0); } 50% { transform: rotate(3.5deg) translateY(-7px); } }
@keyframes vly-collage-float-d { 0%, 100% { transform: rotate(-2.5deg) translateY(0); } 50% { transform: rotate(-2.5deg) translateY(-5px); } }
@keyframes vly-collage-float-e { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-6px); } }
@keyframes vly-collage-float-f { 0%, 100% { transform: rotate(-1deg) translateY(0); } 50% { transform: rotate(-1deg) translateY(-4px); } }

.vly-auth-collage__score-label {
    font-size: 0.625rem; color: #7e8299; font-weight: 500;
    letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.625rem;
}

.vly-auth-collage__score-ring { display: flex; flex-direction: column; align-items: center; margin-bottom: 0.625rem; }
.vly-auth-collage__score-ring svg { width: 80px; height: 80px; }
.vly-auth-collage__score-num { font-size: 1.375rem; font-weight: 600; color: #0b5fd4; margin-top: -0.25rem; }
.vly-auth-collage__score-num--hot { color: var(--vly-score-hot); }
.vly-auth-collage__score-sub { font-size: 0.625rem; color: #a1a5b7; margin-top: 1px; }

.vly-auth-collage__score-bars { display: flex; flex-direction: column; gap: 5px; }
.vly-auth-collage__bar-row { display: flex; align-items: center; gap: 6px; }
.vly-auth-collage__bar-label { font-size: 0.5625rem; color: #7e8299; width: 60px; }
.vly-auth-collage__bar-track { flex: 1; height: 4px; background: #f5f8fa; border-radius: 2px; overflow: hidden; }
.vly-auth-collage__bar-fill { height: 100%; border-radius: 2px; }
.vly-auth-collage__bar-fill--primary { background: #0b5fd4; }
.vly-auth-collage__bar-fill--blue { background: #2563eb; }
.vly-auth-collage__bar-fill--violet { background: #7c3aed; }
.vly-auth-collage__bar-val { font-size: 0.5625rem; color: #5e6278; width: 22px; text-align: right; }

.vly-auth-collage__guidance-header { background: linear-gradient(90deg, #0b5fd4, #2563eb); padding: 12px 14px; }
.vly-auth-collage__guidance-kicker { font-size: 0.5625rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.06em; }
.vly-auth-collage__guidance-name { font-size: 0.8125rem; color: #fff; font-weight: 600; margin-top: 1px; }
.vly-auth-collage__guidance-prop { font-size: 0.625rem; color: rgba(255,255,255,0.75); margin-top: 2px; }
.vly-auth-collage__guidance-body { padding: 12px 14px; }
.vly-auth-collage__guidance-tag {
    display: inline-flex; align-items: center; gap: 4px;
    background: #fef3c7; color: #92400e; font-size: 0.5625rem; font-weight: 600;
    padding: 3px 7px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em;
}
.vly-auth-collage__guidance-dot { width: 6px; height: 6px; border-radius: 50%; background: #f59e0b; }
.vly-auth-collage__guidance-text { font-size: 0.65625rem; color: #5e6278; line-height: 1.5; margin: 8px 0; }
.vly-auth-collage__guidance-cta {
    display: block; background: #0b5fd4; color: #fff; font-size: 0.625rem; font-weight: 600;
    border-radius: 7px; padding: 7px 12px; width: 100%; text-align: center;
}

.vly-auth-collage__checkins-badge {
    background: #dcfce7; color: #166534; font-size: 0.5625rem; font-weight: 600;
    padding: 3px 8px; border-radius: 20px; display: inline-block; margin-bottom: 0.625rem;
    text-transform: uppercase; letter-spacing: 0.05em;
}
.vly-auth-collage__checkins-badge::before { content: "● "; }
.vly-auth-collage__checkins-prop { font-size: 0.71875rem; font-weight: 600; color: #181c32; line-height: 1.3; margin-bottom: 4px; }
.vly-auth-collage__checkins-sub { font-size: 0.59375rem; color: #7e8299; margin-bottom: 0.625rem; }
.vly-auth-collage__checkin-row { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.vly-auth-collage__avatar {
    width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 0.625rem; font-weight: 600; flex-shrink: 0;
}
.vly-auth-collage__avatar--indigo { background: #eef2ff; color: #3730a3; }
.vly-auth-collage__avatar--amber { background: #fef3c7; color: #92400e; }
.vly-auth-collage__checkin-info { flex: 1; min-width: 0; }
.vly-auth-collage__checkin-name { font-size: 0.625rem; font-weight: 600; color: #181c32; }
.vly-auth-collage__checkin-meta { font-size: 0.5625rem; color: #a1a5b7; }
.vly-auth-collage__vis-pill { font-size: 0.5625rem; font-weight: 700; padding: 2px 6px; border-radius: 10px; }
.vly-auth-collage__vis-pill--green { background: #dcfce7; color: #166534; }
.vly-auth-collage__vis-pill--blue { background: #eff6ff; color: #1d4ed8; }

.vly-auth-collage__leads-label {
    font-size: 0.625rem; font-weight: 600; color: #181c32; margin-bottom: 0.625rem;
    display: flex; justify-content: space-between; align-items: center;
}
.vly-auth-collage__leads-badge { background: #eff6ff; color: #1d4ed8; font-size: 0.5rem; font-weight: 600; padding: 2px 6px; border-radius: 8px; }
.vly-auth-collage__lead-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.vly-auth-collage__lead-av {
    width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 0.5625rem; font-weight: 700; flex-shrink: 0;
}
.vly-auth-collage__lead-av--indigo { background: #eef2ff; color: #3730a3; }
.vly-auth-collage__lead-av--amber { background: #fef3c7; color: #92400e; }
.vly-auth-collage__lead-name { font-size: 0.65625rem; font-weight: 600; color: #181c32; }
.vly-auth-collage__lead-prop { font-size: 0.5625rem; color: #7e8299; }
.vly-auth-collage__lead-score { font-size: 0.6875rem; font-weight: 700; margin-left: auto; }
.vly-auth-collage__lead-score--green { color: #059669; }
.vly-auth-collage__lead-score--primary { color: #0b5fd4; }
.vly-auth-collage__divider { height: 1px; background: #f5f8fa; margin: 8px 0; }

.vly-auth-collage__feed-label { font-size: 0.625rem; font-weight: 600; color: #181c32; margin-bottom: 0.625rem; }
.vly-auth-collage__feed-item { display: flex; gap: 9px; margin-bottom: 9px; align-items: flex-start; }
.vly-auth-collage__feed-icon {
    width: 24px; height: 24px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.vly-auth-collage__feed-icon--indigo { background: #eef2ff; color: #3730a3; }
.vly-auth-collage__feed-icon--green { background: #dcfce7; color: #166534; }
.vly-auth-collage__feed-text { font-size: 0.625rem; color: #5e6278; line-height: 1.4; }
.vly-auth-collage__feed-bold { font-weight: 600; color: #181c32; }
.vly-auth-collage__feed-time { font-size: 0.5625rem; color: #a1a5b7; margin-top: 1px; }

.vly-auth-collage__stats-label { font-size: 0.5625rem; color: #7e8299; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.vly-auth-collage__stats-num { font-size: 1.625rem; font-weight: 700; color: #0b5fd4; line-height: 1; }
.vly-auth-collage__stats-sub { font-size: 0.625rem; color: #7e8299; margin-top: 3px; }
.vly-auth-collage__stats-change {
    display: inline-flex; background: #dcfce7; color: #166534;
    font-size: 0.5625rem; font-weight: 600; padding: 2px 6px; border-radius: 10px; margin-top: 6px;
}

/* Reset absolute collage positioning when embedded in app screenshots */
.vly-auth-collage__card--standalone {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
    transform: none !important;
    animation: none !important;
    box-shadow: 0 8px 24px rgba(24, 28, 50, 0.08);
    padding: 1.25rem;
}

.vly-shot__app--capture { min-height: 280px; }

.vly-auth-collage__card--standalone-wide,
.vly-auth-collage__card--standalone.vly-auth-collage__card--checkins {
    max-width: none;
    padding: 1rem;
}

/* Standalone guidance card (larger, People page style) */
.vly-mock-guidance-card {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #eff2f5;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 28, 50, 0.06);
}

.vly-mock-guidance-card__header { background: linear-gradient(90deg, #0b5fd4, #2563eb); padding: 1rem 1.15rem; color: #fff; }
.vly-mock-guidance-card__body { padding: 1rem 1.15rem 1.15rem; }

/* Capture section: side by side */
.vly-mock-capture-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 1rem;
    align-items: start;
}

@media (max-width: 575px) {
    .vly-mock-capture-split { grid-template-columns: 1fr; }
}

/* Mobile: stack collage cards */
@media (max-width: 991px) {
    .vly-auth-collage__scene {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
        padding: 3.5rem 1rem 1.25rem;
    }

    .vly-auth-collage__brand {
        position: absolute;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .vly-auth-collage__card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100%;
        transform: none !important;
        animation: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vly-auth-collage__card { animation: none !important; }
}

/* ── Hero: Action Centre HTML mock (folk-style product shot) ── */
.vly-hero-mock {
    font-family: "Inter", sans-serif;
    background: #eeeae4;
    border-radius: 14px;
    padding: 24px 20px 0;
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    box-sizing: border-box;
}

.vly-hero-mock__browser {
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.vly-hero-mock__bbar {
    background: #f4f4f5;
    border-bottom: 1px solid #e4e4e7;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vly-hero-mock__dots {
    display: flex;
    gap: 5px;
}

.vly-hero-mock__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.vly-hero-mock__dot--r { background: #fc5753; }
.vly-hero-mock__dot--y { background: #fdbc40; }
.vly-hero-mock__dot--g { background: #33c748; }

.vly-hero-mock__urlbar {
    flex: 1;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 11px;
    color: #71717a;
    display: flex;
    align-items: center;
    gap: 5px;
}

.vly-hero-mock__lock {
    color: #16a34a;
    font-size: 10px;
}

.vly-hero-mock__shell {
    display: grid;
    grid-template-columns: 52px 1fr 320px;
    height: 420px;
    overflow: hidden;
}

.vly-hero-mock__sb {
    background: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13px 0;
    gap: 3px;
}

.vly-hero-mock__sb-logo {
    width: 32px;
    height: 32px;
    background: #6366f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.vly-hero-mock__sb-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

.vly-hero-mock__sb-icon.is-active {
    background: #6366f1;
    color: #fff;
}

.vly-hero-mock__sb-spacer {
    flex: 1;
}

.vly-hero-mock__sb-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #334155;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    margin-top: 6px;
}

.vly-hero-mock__main {
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.vly-hero-mock__main-top {
    padding: 11px 14px 9px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.vly-hero-mock__main-top h2 {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1px;
}

.vly-hero-mock__main-top p {
    font-size: 10px;
    color: #94a3b8;
    margin: 0;
}

.vly-hero-mock__agent-chip {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vly-hero-mock__agent-av {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8.5px;
    font-weight: 700;
}

.vly-hero-mock__agent-name {
    font-size: 10.5px;
    font-weight: 600;
    color: #0f172a;
}

.vly-hero-mock__agent-broker {
    font-weight: 400;
    color: #94a3b8;
    font-size: 9.5px;
}

.vly-hero-mock__greeting {
    margin: 9px 11px 7px;
    background: #16a34a;
    border-radius: 10px;
    padding: 10px 12px;
    color: #fff;
    flex-shrink: 0;
}

.vly-hero-mock__g-eyebrow {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 2px;
}

.vly-hero-mock__g-title {
    font-size: 13.5px;
    font-weight: 800;
    margin-bottom: 1px;
}

.vly-hero-mock__g-date {
    font-size: 9px;
    font-weight: 600;
    opacity: 0.7;
    margin-bottom: 6px;
}

.vly-hero-mock__g-pill {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 9.5px;
    line-height: 1.5;
}

.vly-hero-mock__g-pill strong {
    font-weight: 700;
}

.vly-hero-mock__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin: 0 11px 7px;
    flex-shrink: 0;
}

.vly-hero-mock__stat {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 7px;
    padding: 6px 8px;
}

.vly-hero-mock__stat-n {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.vly-hero-mock__stat-n.is-hot { color: #dc2626; }
.vly-hero-mock__stat-n.is-blue { color: #2563eb; }
.vly-hero-mock__stat-n.is-green { color: #16a34a; }

.vly-hero-mock__stat-l {
    font-size: 8.5px;
    color: #94a3b8;
    font-weight: 500;
    line-height: 1.3;
}

.vly-hero-mock__list-title {
    padding: 3px 11px 1px;
    font-size: 10.5px;
    font-weight: 700;
    color: #0f172a;
    flex-shrink: 0;
}

.vly-hero-mock__list-sub {
    padding: 0 11px 5px;
    font-size: 9px;
    color: #94a3b8;
    flex-shrink: 0;
}

.vly-hero-mock__lead {
    margin: 0 11px 4px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.vly-hero-mock__lead.is-sel {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.vly-hero-mock__lead-l {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.vly-hero-mock__lead-r {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.vly-hero-mock__lav {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    flex-shrink: 0;
}

.vly-hero-mock__lav--1 { background: #ede9fe; color: #5b21b6; }
.vly-hero-mock__lav--2 { background: #dcfce7; color: #15803d; }
.vly-hero-mock__lav--3 { background: #fef3c7; color: #92400e; }
.vly-hero-mock__lav--4 { background: #dbeafe; color: #1d4ed8; }

.vly-hero-mock__lname {
    font-size: 10.5px;
    font-weight: 600;
    color: #0f172a;
}

.vly-hero-mock__lsub {
    font-size: 9px;
    color: #94a3b8;
}

.vly-hero-mock__badge-hot {
    font-size: 9px;
    font-weight: 700;
    color: #dc2626;
    background: #fef2f2;
    border-radius: 4px;
    padding: 2px 5px;
}

.vly-hero-mock__badge-warm {
    font-size: 9px;
    font-weight: 700;
    color: #d97706;
    background: #fffbeb;
    border-radius: 4px;
    padding: 2px 5px;
}

.vly-hero-mock__badge-cool {
    font-size: 9px;
    font-weight: 700;
    color: #6366f1;
    background: #eef2ff;
    border-radius: 4px;
    padding: 2px 5px;
}

.vly-hero-mock__btn-sm {
    font-size: 9px;
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 5px;
    padding: 3px 7px;
    white-space: nowrap;
}

.vly-hero-mock__btn-sm.is-sel {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.vly-hero-mock__gp {
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.vly-hero-mock__gp-hd {
    padding: 10px 13px 8px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.vly-hero-mock__gp-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.vly-hero-mock__gp-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0284c7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.vly-hero-mock__gp-name {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}

.vly-hero-mock__gp-meta {
    font-size: 9px;
    color: #94a3b8;
}

.vly-hero-mock__gp-pipeline {
    display: flex;
    margin-bottom: 7px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
}

.vly-hero-mock__pip-step {
    font-size: 8px;
    font-weight: 600;
    color: #94a3b8;
    padding: 4px 6px;
    flex: 1;
    text-align: center;
    border-right: 1px solid #f1f5f9;
    white-space: nowrap;
}

.vly-hero-mock__pip-step:last-child {
    border-right: none;
}

.vly-hero-mock__pip-step.is-done {
    color: #16a34a;
    background: #f0fdf4;
}

.vly-hero-mock__pip-step.is-active {
    color: #fff;
    background: #2563eb;
}

.vly-hero-mock__pip-step.is-future {
    color: #cbd5e1;
}

.vly-hero-mock__tags {
    display: flex;
    gap: 4px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.vly-hero-mock__tag {
    font-size: 8.5px;
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 6px;
}

.vly-hero-mock__tag--ai {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.vly-hero-mock__tag--act {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.vly-hero-mock__tag--mkt {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.vly-hero-mock__score-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vly-hero-mock__sdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4444;
}

.vly-hero-mock__stext {
    font-size: 9px;
    color: #78716c;
}

.vly-hero-mock__gp-body {
    padding: 9px 13px;
    flex: 1;
    overflow: hidden;
}

.vly-hero-mock__gh {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 3px;
    line-height: 1.3;
}

.vly-hero-mock__gsit {
    font-size: 9.5px;
    color: #64748b;
    margin-bottom: 8px;
    line-height: 1.5;
}

.vly-hero-mock__market-signal {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 7px;
    padding: 7px 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.vly-hero-mock__ms-icon {
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 1px;
}

.vly-hero-mock__ms-text {
    font-size: 9.5px;
    color: #78350f;
    line-height: 1.5;
}

.vly-hero-mock__ms-text strong {
    font-weight: 700;
    color: #92400e;
}

.vly-hero-mock__sh {
    font-size: 9px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.vly-hero-mock__blist {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}

.vly-hero-mock__blist li {
    font-size: 9.5px;
    color: #374151;
    padding: 2px 0 2px 12px;
    position: relative;
    line-height: 1.4;
}

.vly-hero-mock__blist li::before {
    content: "•";
    position: absolute;
    left: 3px;
    color: #16a34a;
}

.vly-hero-mock__actions-row {
    display: flex;
    gap: 5px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.vly-hero-mock__action-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 9.5px;
    font-weight: 600;
    color: #374151;
}

.vly-hero-mock__action-pill.is-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.vly-hero-mock__sbox {
    border: 1px dashed #d1fae5;
    background: #f0fdf4;
    border-radius: 6px;
    padding: 7px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 7px;
}

.vly-hero-mock__stext2 {
    font-size: 9.5px;
    color: #166534;
    font-style: italic;
    line-height: 1.4;
    flex: 1;
}

.vly-hero-mock__btn-log {
    font-size: 9px;
    font-weight: 600;
    color: #15803d;
    border: 1px solid #bbf7d0;
    background: #fff;
    border-radius: 5px;
    padding: 4px 7px;
    white-space: nowrap;
}

.vly-hero-mock__gp-upd {
    font-size: 8.5px;
    color: #94a3b8;
    padding: 4px 13px;
    flex-shrink: 0;
}

.vly-hero-mock__gp-ft {
    padding: 7px 13px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    gap: 5px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.vly-hero-mock__btn-ft {
    font-size: 9px;
    color: #64748b;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 5px;
    padding: 4px 8px;
}

@media (max-width: 767px) {
    .vly-hero-mock {
        min-width: 910px;
    }
}
