/* =========================================================
   VISIT MY PROFILE — PREMIUM HERO V2
   Desktop Foundation
   ========================================================= */

.vmp-h2 {
    --vmp-blue: #1769ff;
    --vmp-blue-deep: #0754e8;
    --vmp-blue-soft: #eaf2ff;
    --vmp-navy: #07152f;
    --vmp-text: #46536b;
    --vmp-muted: #758198;
    --vmp-border: rgba(15, 45, 95, 0.10);
    --vmp-white: #ffffff;

    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 112px 0 88px;
    background:
        radial-gradient(circle at 75% 25%, rgba(23, 105, 255, 0.10), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(93, 182, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 55%, #f8fbff 100%);
}

.vmp-h2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -5;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.88) 0%,
        rgba(255,255,255,0.76) 42%,
        rgba(255,255,255,0.30) 100%
    );
    pointer-events: none;
}

.vmp-h2-ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    pointer-events: none;
    z-index: -4;
}

.vmp-h2-ambient-one {
    width: 520px;
    height: 520px;
    right: -120px;
    top: 30px;
    background: radial-gradient(
        circle,
        rgba(39, 115, 255, 0.17) 0%,
        rgba(39, 115, 255, 0.05) 45%,
        transparent 72%
    );
}

.vmp-h2-ambient-two {
    width: 420px;
    height: 420px;
    left: -170px;
    bottom: -180px;
    background: radial-gradient(
        circle,
        rgba(68, 187, 255, 0.11) 0%,
        transparent 70%
    );
}

.vmp-h2-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.32;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(28, 77, 148, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(28, 77, 148, 0.035) 1px, transparent 1px);
    background-size: 52px 52px;
}

.vmp-h2-container {
    position: relative;
    z-index: 2;
}

.vmp-h2-row {
    min-height: 560px;
}

.vmp-h2-copy {
    position: relative;
    max-width: 650px;
    padding-right: 18px;
}

/* ---------- Eyebrow ---------- */

.vmp-h2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 23px;
    padding: 8px 14px 8px 10px;
    border: 1px solid rgba(23, 105, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        0 8px 25px rgba(31, 68, 126, 0.055),
        inset 0 1px 0 rgba(255,255,255,0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #44546f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.015em;
}

.vmp-h2-eyebrow-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--vmp-blue);
    box-shadow: 0 0 0 5px rgba(23,105,255,0.08);
}

/* ---------- Hero typography ---------- */

.vmp-h2 h1 {
    margin: 0;
    max-width: 650px;
    color: var(--vmp-navy);
    font-size: clamp(48px, 4.4vw, 72px);
    font-weight: 750;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.vmp-h2 h1 span {
    display: block;
    margin-top: 5px;
    background: linear-gradient(
        105deg,
        #0754e8 0%,
        #1b73ff 48%,
        #46a5ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--vmp-blue);
}

.vmp-h2-lead {
    max-width: 615px;
    margin: 27px 0 0;
    color: var(--vmp-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -0.01em;
}

/* ---------- Calls to action ---------- */

.vmp-h2-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 32px;
}

.vmp-h2-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 14px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 650;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.vmp-h2-btn i {
    font-size: 12px;
    transition: transform 220ms ease;
}

.vmp-h2-btn-primary {
    overflow: hidden;
    border: 1px solid rgba(0, 84, 232, 0.25);
    color: #ffffff !important;
    background: linear-gradient(135deg, #0754e8 0%, #1769ff 58%, #2b7cff 100%);
    box-shadow:
        0 14px 30px rgba(23,105,255,0.20),
        inset 0 1px 0 rgba(255,255,255,0.25);
}

.vmp-h2-btn-primary::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 160%;
    top: -30%;
    left: -120px;
    transform: rotate(18deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.24),
        transparent
    );
    transition: left 600ms ease;
}

.vmp-h2-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 18px 36px rgba(23,105,255,0.27),
        inset 0 1px 0 rgba(255,255,255,0.28);
}

.vmp-h2-btn-primary:hover::before {
    left: 120%;
}

.vmp-h2-btn-primary:hover i {
    transform: translateX(3px);
}

.vmp-h2-btn-secondary {
    border: 1px solid rgba(19, 48, 91, 0.10);
    color: #16243d !important;
    background: rgba(255,255,255,0.82);
    box-shadow:
        0 9px 25px rgba(20,45,85,0.055),
        inset 0 1px 0 rgba(255,255,255,0.90);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.vmp-h2-btn-secondary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: var(--vmp-blue);
    background: var(--vmp-blue-soft);
    font-size: 9px;
}

.vmp-h2-btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(23,105,255,0.20);
    box-shadow: 0 16px 32px rgba(23,65,130,0.09);
}

/* ---------- Capability strip ---------- */

.vmp-h2-capabilities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-top: 27px;
    color: #748098;
    font-size: 12px;
    font-weight: 600;
}

.vmp-h2-capabilities i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b7c2d3;
}

/* =========================================================
   VISUAL STAGE
   ========================================================= */

.vmp-h2-stage {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 570px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1300px;
}

/* ---------- Orbital decoration ---------- */

.vmp-h2-orbit {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.vmp-h2-orbit-one {
    width: 490px;
    height: 490px;
    border: 1px solid rgba(23,105,255,0.095);
}

.vmp-h2-orbit-two {
    width: 385px;
    height: 385px;
    border: 1px dashed rgba(23,105,255,0.13);
}

.vmp-h2-stage::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(23,105,255,0.16) 0%,
        rgba(23,105,255,0.055) 40%,
        transparent 72%
    );
    filter: blur(6px);
}

/* ---------- Main digital profile device ---------- */

.vmp-h2-device {
    position: relative;
    z-index: 4;
    width: 370px;
    min-height: 470px;
    padding: 19px;
    border: 1px solid rgba(255,255,255,0.92);
    border-radius: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.98) 0%,
            rgba(248,251,255,0.96) 100%
        );
    box-shadow:
        0 40px 90px rgba(19,55,112,0.16),
        0 12px 35px rgba(22,73,150,0.08),
        inset 0 1px 0 rgba(255,255,255,1);
    transform: rotateY(-5deg) rotateX(2deg) rotateZ(1deg);
    transform-style: preserve-3d;
}

/* ---------- Device top bar ---------- */

.vmp-h2-device-top {
    display: flex;
    align-items: center;
    min-height: 35px;
    padding: 0 2px 12px;
    border-bottom: 1px solid rgba(20,55,105,0.065);
    color: #8b96a8;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.13em;
}

.vmp-h2-device-top > span:nth-child(2) {
    margin-left: 8px;
}

.vmp-h2-device-top > i {
    margin-left: auto;
    font-size: 12px;
    color: #8995a7;
}

.vmp-h2-device-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vmp-blue);
    box-shadow: 0 0 0 4px rgba(23,105,255,0.08);
}

/* ---------- Identity profile ---------- */

.vmp-h2-profile {
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px 2px 22px;
}

.vmp-h2-avatar {
    position: relative;
    width: 67px;
    height: 67px;
    flex: 0 0 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    color: #ffffff;
    background:
        linear-gradient(145deg, #0754e8 0%, #287aff 60%, #54adff 100%);
    box-shadow:
        0 13px 28px rgba(23,105,255,0.20),
        inset 0 1px 0 rgba(255,255,255,0.30);
}

.vmp-h2-avatar::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 17px;
}

.vmp-h2-avatar span {
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.vmp-h2-profile-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-left: 15px;
}

.vmp-h2-profile-copy small {
    margin-bottom: 3px;
    color: #7c89a0;
    font-size: 10px;
    font-weight: 650;
}

.vmp-h2-profile-copy strong {
    color: #0a1832;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.vmp-h2-profile-copy span {
    margin-top: 4px;
    color: #7b879c;
    font-size: 11px;
}

.vmp-h2-verified {
    position: absolute;
    right: 2px;
    top: 28px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vmp-blue);
    box-shadow: 0 6px 14px rgba(23,105,255,0.22);
}

.vmp-h2-verified i {
    font-size: 9px;
}

/* ---------- Profile actions ---------- */

.vmp-h2-profile-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 16px 0 18px;
    border-top: 1px solid rgba(20,55,105,0.06);
    border-bottom: 1px solid rgba(20,55,105,0.06);
}

.vmp-h2-profile-links > div {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(18,55,105,0.06);
    border-radius: 15px;
    background: rgba(250,252,255,0.88);
    color: #647188;
}

.vmp-h2-profile-links i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    color: var(--vmp-blue);
    background: #edf4ff;
    font-size: 11px;
}

.vmp-h2-profile-links span {
    font-size: 9px;
    font-weight: 650;
}

/* ---------- Analytics ---------- */

.vmp-h2-insight {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-top: 17px;
    padding: 16px 17px;
    min-height: 96px;
    border: 1px solid rgba(23,105,255,0.075);
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            rgba(238,245,255,0.92),
            rgba(250,252,255,0.94)
        );
}

.vmp-h2-insight > div:first-child {
    display: flex;
    flex-direction: column;
}

.vmp-h2-insight small {
    color: #7b879b;
    font-size: 9px;
    font-weight: 650;
}

.vmp-h2-insight strong {
    margin-top: 5px;
    color: #0d5deb;
    font-size: 23px;
    font-weight: 780;
    line-height: 1;
    letter-spacing: -0.025em;
}

.vmp-h2-chart {
    width: 130px;
    height: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 6px;
}

.vmp-h2-chart span {
    width: 12px;
    height: var(--h);
    min-height: 9px;
    border-radius: 5px 5px 3px 3px;
    background: linear-gradient(
        to top,
        rgba(23,105,255,0.34),
        rgba(23,105,255,0.95)
    );
    box-shadow: 0 3px 10px rgba(23,105,255,0.08);
}

/* ---------- Floating smart cards ---------- */

.vmp-h2-float {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.94);
    border-radius: 16px;
    background: rgba(255,255,255,0.88);
    box-shadow:
        0 18px 42px rgba(22,61,120,0.12),
        inset 0 1px 0 rgba(255,255,255,0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vmp-h2-float small,
.vmp-h2-float strong {
    display: block;
    white-space: nowrap;
}

.vmp-h2-float small {
    margin-bottom: 2px;
    color: #8591a4;
    font-size: 9px;
    font-weight: 600;
}

.vmp-h2-float strong {
    color: #16233a;
    font-size: 11px;
    font-weight: 750;
}

.vmp-h2-mini-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(145deg, #0754e8, #2b7cff);
    box-shadow: 0 8px 18px rgba(23,105,255,0.18);
}

.vmp-h2-mini-icon i {
    font-size: 13px;
}

.vmp-h2-float-qr {
    left: 4px;
    top: 115px;
}

.vmp-h2-float-share {
    right: -6px;
    bottom: 98px;
}

.vmp-h2-float-live {
    left: 54px;
    bottom: 58px;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #34415a;
    font-size: 10px;
    font-weight: 700;
}

.vmp-h2-float-live > span {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #20bc74;
    box-shadow: 0 0 0 4px rgba(32,188,116,0.10);
}

/* ---------- Desktop interaction polish ---------- */

@media (hover: hover) {
    .vmp-h2-profile-links > div {
        transition:
            transform 180ms ease,
            border-color 180ms ease,
            background-color 180ms ease,
            box-shadow 180ms ease;
    }

    .vmp-h2-profile-links > div:hover {
        transform: translateY(-2px);
        border-color: rgba(23,105,255,0.13);
        background: #ffffff;
        box-shadow: 0 8px 18px rgba(18,65,135,0.07);
    }
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1199.98px) {
    .vmp-h2 {
        min-height: auto;
        padding: 96px 0 76px;
    }

    .vmp-h2 h1 {
        font-size: clamp(44px, 5vw, 60px);
    }

    .vmp-h2-lead {
        font-size: 17px;
    }

    .vmp-h2-stage {
        max-width: 520px;
        min-height: 520px;
    }

    .vmp-h2-device {
        width: 340px;
        min-height: 440px;
    }

    .vmp-h2-orbit-one {
        width: 440px;
        height: 440px;
    }

    .vmp-h2-orbit-two {
        width: 350px;
        height: 350px;
    }

    .vmp-h2-float-qr {
        left: -6px;
        top: 105px;
    }

    .vmp-h2-float-share {
        right: -10px;
        bottom: 88px;
    }
}

/* =========================================================
   RESPONSIVE — STACKED TABLET / LARGE MOBILE
   ========================================================= */

@media (max-width: 991.98px) {
    .vmp-h2 {
        padding: 82px 0 70px;
    }

    .vmp-h2-row {
        min-height: auto;
    }

    .vmp-h2-copy {
        max-width: 720px;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }

    .vmp-h2-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .vmp-h2 h1 {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(46px, 7vw, 62px);
    }

    .vmp-h2-lead {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .vmp-h2-actions {
        justify-content: center;
    }

    .vmp-h2-capabilities {
        justify-content: center;
    }

    .vmp-h2-stage {
        max-width: 600px;
        min-height: 560px;
        margin: 46px auto 0;
    }

    .vmp-h2-device {
        transform: none;
    }

    .vmp-h2-float-qr {
        left: 18px;
    }

    .vmp-h2-float-share {
        right: 18px;
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .vmp-h2 {
        padding: 66px 0 56px;
    }

    .vmp-h2-grid {
        background-size: 38px 38px;
        opacity: 0.22;
    }

    .vmp-h2-eyebrow {
        margin-bottom: 18px;
        padding: 7px 11px 7px 9px;
        font-size: 11px;
    }

    .vmp-h2 h1 {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1.04;
        letter-spacing: -0.04em;
    }

    .vmp-h2-lead {
        margin-top: 21px;
        font-size: 16px;
        line-height: 1.65;
    }

    .vmp-h2-actions {
        gap: 10px;
        margin-top: 27px;
    }

    .vmp-h2-btn {
        min-height: 52px;
        padding: 0 18px;
        font-size: 13px;
    }

    .vmp-h2-capabilities {
        gap: 8px;
        margin-top: 22px;
        font-size: 10px;
    }

    .vmp-h2-stage {
        max-width: 100%;
        min-height: 510px;
        margin-top: 36px;
    }

    .vmp-h2-orbit-one {
        width: 390px;
        height: 390px;
    }

    .vmp-h2-orbit-two {
        width: 305px;
        height: 305px;
    }

    .vmp-h2-device {
        width: min(330px, calc(100vw - 48px));
        min-height: 420px;
        padding: 16px;
        border-radius: 26px;
    }

    .vmp-h2-profile {
        padding: 20px 0 18px;
    }

    .vmp-h2-avatar {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 18px;
    }

    .vmp-h2-profile-copy strong {
        font-size: 17px;
    }

    .vmp-h2-profile-links {
        gap: 6px;
    }

    .vmp-h2-profile-links > div {
        min-height: 64px;
        border-radius: 13px;
    }

    .vmp-h2-insight {
        min-height: 88px;
        padding: 14px;
    }

    .vmp-h2-chart {
        width: 110px;
        height: 52px;
        gap: 5px;
    }

    .vmp-h2-chart span {
        width: 10px;
    }

    .vmp-h2-float {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .vmp-h2-float-qr {
        left: 0;
        top: 96px;
    }

    .vmp-h2-float-share {
        right: 0;
        bottom: 82px;
    }

    .vmp-h2-float-live {
        left: 28px;
        bottom: 48px;
        padding: 8px 11px;
    }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .vmp-h2 {
        padding: 58px 0 48px;
    }

    .vmp-h2 h1 {
        font-size: clamp(34px, 10.5vw, 46px);
    }

    .vmp-h2-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vmp-h2-btn {
        width: 100%;
    }

    .vmp-h2-capabilities {
        line-height: 1.8;
    }

    .vmp-h2-stage {
        min-height: 470px;
        margin-top: 30px;
    }

    .vmp-h2-orbit-one {
        width: 340px;
        height: 340px;
    }

    .vmp-h2-orbit-two {
        width: 270px;
        height: 270px;
    }

    .vmp-h2-device {
        width: calc(100vw - 34px);
        max-width: 318px;
        min-height: 405px;
        padding: 14px;
        border-radius: 24px;
    }

    .vmp-h2-device-top {
        font-size: 8px;
    }

    .vmp-h2-profile-copy {
        margin-left: 12px;
    }

    .vmp-h2-profile-copy strong {
        font-size: 16px;
    }

    .vmp-h2-profile-copy span {
        font-size: 10px;
    }

    .vmp-h2-profile-links i {
        width: 26px;
        height: 26px;
    }

    .vmp-h2-insight strong {
        font-size: 20px;
    }

    .vmp-h2-chart {
        width: 96px;
    }

    .vmp-h2-float {
        transform: scale(0.88);
    }

    .vmp-h2-float-qr {
        left: -16px;
        top: 90px;
        transform-origin: left center;
    }

    .vmp-h2-float-share {
        right: -16px;
        bottom: 78px;
        transform-origin: right center;
    }

    .vmp-h2-float-live {
        left: 14px;
        bottom: 44px;
        transform-origin: left center;
    }
}

/* =========================================================
   MOTION SYSTEM
   ========================================================= */

@keyframes vmpH2FadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vmpH2DeviceIn {
    from {
        opacity: 0;
        transform:
            translateY(26px)
            scale(0.97)
            rotateY(-5deg)
            rotateX(2deg)
            rotateZ(1deg);
    }

    to {
        opacity: 1;
        transform:
            translateY(0)
            scale(1)
            rotateY(-5deg)
            rotateX(2deg)
            rotateZ(1deg);
    }
}

@keyframes vmpH2FloatSoft {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -8px;
    }
}

@keyframes vmpH2FloatReverse {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 7px;
    }
}

@keyframes vmpH2Pulse {
    0% {
        box-shadow: 0 0 0 4px rgba(32,188,116,0.10);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(32,188,116,0.04);
    }

    100% {
        box-shadow: 0 0 0 4px rgba(32,188,116,0.10);
    }
}

@keyframes vmpH2Orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ---------- Entrance sequence ---------- */

.vmp-h2-eyebrow {
    animation: vmpH2FadeUp 700ms ease both;
    animation-delay: 80ms;
}

.vmp-h2 h1 {
    animation: vmpH2FadeUp 760ms ease both;
    animation-delay: 150ms;
}

.vmp-h2-lead {
    animation: vmpH2FadeUp 780ms ease both;
    animation-delay: 220ms;
}

.vmp-h2-actions {
    animation: vmpH2FadeUp 800ms ease both;
    animation-delay: 290ms;
}

.vmp-h2-capabilities {
    animation: vmpH2FadeUp 820ms ease both;
    animation-delay: 350ms;
}

.vmp-h2-device {
    animation: vmpH2DeviceIn 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 180ms;
}

/* ---------- Ambient motion ---------- */

.vmp-h2-orbit-one {
    animation: vmpH2Orbit 34s linear infinite;
}

.vmp-h2-orbit-two {
    animation: vmpH2Orbit 26s linear infinite reverse;
}

.vmp-h2-float-qr {
    animation: vmpH2FloatSoft 5.4s ease-in-out infinite;
}

.vmp-h2-float-share {
    animation: vmpH2FloatReverse 5.8s ease-in-out infinite;
}

.vmp-h2-float-live {
    animation: vmpH2FloatSoft 4.8s ease-in-out infinite;
}

.vmp-h2-float-live > span {
    animation: vmpH2Pulse 2.2s ease-in-out infinite;
}

/* ---------- Reduced motion accessibility ---------- */

@media (prefers-reduced-motion: reduce) {
    .vmp-h2 *,
    .vmp-h2 *::before,
    .vmp-h2 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ---------- Tablet motion correction ---------- */

@media (max-width: 991.98px) {
    @keyframes vmpH2DeviceIn {
        from {
            opacity: 0;
            transform: translateY(24px) scale(0.97);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}

/* =========================================================
   HERO V2 — PREMIUM PHONE SHELL
   ========================================================= */

.vmp-h2-device {
    width: 360px;
    min-height: 575px;
    padding: 24px 18px 22px;
    overflow: hidden;

    border: 5px solid #151922;
    border-radius: 46px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,1) 0%,
            rgba(248,251,255,0.99) 100%
        );

    box-shadow:
        0 34px 80px rgba(15, 39, 82, 0.20),
        0 14px 34px rgba(22, 73, 150, 0.10),
        0 0 0 1px rgba(255,255,255,0.65),
        inset 0 0 0 1px rgba(255,255,255,0.75);

    transform:
        rotateY(-3deg)
        rotateX(1deg)
        rotateZ(0.4deg);

    transform-style: preserve-3d;
}

/* Metallic inner rim */

.vmp-h2-device::before {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 8;
    border-radius: 38px;
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow:
        inset 0 0 0 1px rgba(7,21,47,0.07),
        inset 0 1px 0 rgba(255,255,255,0.85);
    pointer-events: none;
}

/* Dynamic-island inspired sensor */

.vmp-h2-device::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 50%;
    width: 82px;
    height: 22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 75% 50%, #263045 0 3px, transparent 4px),
        linear-gradient(180deg, #080b11 0%, #151922 100%);
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.08),
        0 1px 3px rgba(0,0,0,0.20);
    transform: translateX(-50%);
    pointer-events: none;
}

/* Give content breathing room below sensor */

.vmp-h2-device-top {
    min-height: 44px;
    padding: 17px 5px 12px;
}

/* Optical phone balance */

.vmp-h2-stage {
    min-height: 620px;
}

/* Desktop orbit proportions around phone */

.vmp-h2-orbit-one {
    width: 500px;
    height: 500px;
}

.vmp-h2-orbit-two {
    width: 405px;
    height: 405px;
}

/* =========================================================
   HERO V2 — PHONE UI REFIT
   ========================================================= */

.vmp-h2-profile {
    padding: 22px 4px 20px;
    align-items: center;
}

.vmp-h2-avatar {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 18px;
}

.vmp-h2-avatar::after {
    inset: 4px;
    border-radius: 14px;
}

.vmp-h2-avatar span {
    font-size: 12px;
}

.vmp-h2-profile-copy {
    margin-left: 13px;
    min-width: 0;
}

.vmp-h2-profile-copy small {
    margin-bottom: 4px;
    font-size: 9px;
    letter-spacing: 0.01em;
}

.vmp-h2-profile-copy strong {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.vmp-h2-profile-copy span {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.35;
}

.vmp-h2-verified {
    right: 4px;
    top: 24px;
    width: 20px;
    height: 20px;
}

.vmp-h2-verified i {
    font-size: 8px;
}

/* Contact actions */

.vmp-h2-profile-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    padding: 15px 0 16px;
}

.vmp-h2-profile-links > div {
    min-width: 0;
    min-height: 68px;
    padding: 8px 3px;
    gap: 7px;
    border-radius: 14px;
}

.vmp-h2-profile-links i {
    width: 27px;
    height: 27px;
    border-radius: 9px;
    font-size: 10px;
}

.vmp-h2-profile-links span {
    max-width: 100%;
    font-size: 8.5px;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

/* Analytics panel */

.vmp-h2-insight {
    min-height: 92px;
    margin-top: 16px;
    padding: 15px 14px;
    gap: 14px;
    align-items: center;
}

.vmp-h2-insight > div:first-child {
    flex: 0 0 auto;
}

.vmp-h2-insight small {
    font-size: 8.5px;
    line-height: 1.25;
    white-space: nowrap;
}

.vmp-h2-insight strong {
    margin-top: 6px;
    font-size: 21px;
}

.vmp-h2-chart {
    width: 112px;
    height: 52px;
    gap: 5px;
}

.vmp-h2-chart span {
    width: 10px;
}

/* Make phone-top branding fit naturally */

.vmp-h2-device-top {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 8px;
    letter-spacing: 0.11em;
}

.vmp-h2-device-top > span:nth-child(2) {
    margin-left: 7px;
}

.vmp-h2-device-top > i {
    font-size: 10px;
}

/* Slightly larger hero CTAs */

.vmp-h2-btn {
    min-height: 58px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    font-size: 14px;
}

.vmp-h2-btn-primary {
    box-shadow:
        0 16px 34px rgba(23,105,255,0.23),
        inset 0 1px 0 rgba(255,255,255,0.27);
}

/* =========================================================
   HERO V2 — FLOATING CARD REBALANCE + PREMIUM MOTION
   ========================================================= */

.vmp-h2-float-qr {
    left: -8px;
    top: 125px;
}

.vmp-h2-float-share {
    right: -4px;
    bottom: 118px;
}

.vmp-h2-float-live {
    left: 42px;
    bottom: 64px;
}

/* Slightly stronger premium glass effect */

.vmp-h2-float {
    border-color: rgba(255,255,255,0.96);
    background: rgba(255,255,255,0.92);
    box-shadow:
        0 20px 46px rgba(22,61,120,0.13),
        0 4px 14px rgba(23,105,255,0.05),
        inset 0 1px 0 rgba(255,255,255,0.98);
}

/* Subtle device float */

@keyframes vmpH2PhoneFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -6px;
    }
}

.vmp-h2-device {
    animation:
        vmpH2DeviceIn 900ms cubic-bezier(0.22, 1, 0.36, 1) both,
        vmpH2PhoneFloat 6.8s ease-in-out 1.2s infinite;
}

/* Soft edge light sweep */

@keyframes vmpH2PhoneGlow {
    0% {
        opacity: 0;
        transform: translateX(-160%) rotate(12deg);
    }

    22% {
        opacity: 0.26;
    }

    42% {
        opacity: 0;
        transform: translateX(260%) rotate(12deg);
    }

    100% {
        opacity: 0;
        transform: translateX(260%) rotate(12deg);
    }
}

.vmp-h2-device-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 120%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.55),
        transparent
    );
    filter: blur(2px);
    pointer-events: none;
    animation: vmpH2PhoneGlow 7.5s ease-in-out 2s infinite;
}

/* Keep top bar positioned for light sweep */

.vmp-h2-device-top {
    position: relative;
    overflow: hidden;
}

/* Desktop hover refinement */

@media (hover: hover) {
    .vmp-h2-device {
        transition:
            box-shadow 280ms ease,
            border-color 280ms ease;
    }

    .vmp-h2-device:hover {
        box-shadow:
            0 40px 90px rgba(15,39,82,0.24),
            0 16px 38px rgba(22,73,150,0.12),
            0 0 0 1px rgba(255,255,255,0.72),
            inset 0 0 0 1px rgba(255,255,255,0.78);
    }
}

/* Mobile phone balance */

@media (max-width: 767.98px) {
    .vmp-h2-device {
        width: min(334px, calc(100vw - 42px));
        min-height: 535px;
        border-radius: 42px;
        padding: 22px 16px 20px;
    }

    .vmp-h2-device::before {
        border-radius: 34px;
    }

    .vmp-h2-stage {
        min-height: 570px;
    }

    .vmp-h2-float-qr {
        left: -8px;
        top: 110px;
    }

    .vmp-h2-float-share {
        right: -8px;
        bottom: 105px;
    }

    .vmp-h2-float-live {
        left: 22px;
        bottom: 54px;
    }
}

@media (max-width: 575.98px) {
    .vmp-h2-device {
        width: calc(100vw - 30px);
        max-width: 320px;
        min-height: 515px;
        border-radius: 40px;
    }

    .vmp-h2-stage {
        min-height: 545px;
    }

    .vmp-h2-float-qr {
        left: -18px;
        top: 102px;
    }

    .vmp-h2-float-share {
        right: -18px;
        bottom: 100px;
    }
}

/* =========================================================
   HERO V2 — PHONE PRECISION PASS
   ========================================================= */

.vmp-h2-device {
    width: 358px;
    min-height: 520px;
    padding: 22px 17px 20px;

    border-width: 3px;
    border-radius: 44px;

    box-shadow:
        0 30px 72px rgba(15,39,82,0.19),
        0 12px 30px rgba(22,73,150,0.09),
        0 0 0 1px rgba(255,255,255,0.68),
        inset 0 0 0 1px rgba(255,255,255,0.78);
}

.vmp-h2-device::before {
    inset: 3px;
    border-radius: 37px;
}

/* -------- Internal scale refinement -------- */

.vmp-h2-profile {
    padding: 20px 4px 18px;
}

.vmp-h2-avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 19px;
}

.vmp-h2-avatar span {
    font-size: 13px;
}

.vmp-h2-profile-copy {
    margin-left: 14px;
}

.vmp-h2-profile-copy small {
    font-size: 9.5px;
}

.vmp-h2-profile-copy strong {
    font-size: 19px;
}

.vmp-h2-profile-copy span {
    font-size: 10.5px;
}

.vmp-h2-verified {
    top: 23px;
    width: 21px;
    height: 21px;
}

/* -------- Contact tiles -------- */

.vmp-h2-profile-links {
    gap: 8px;
    padding: 14px 0 15px;
}

.vmp-h2-profile-links > div {
    min-height: 72px;
    padding: 9px 3px;
    border-radius: 15px;
}

.vmp-h2-profile-links i {
    width: 29px;
    height: 29px;
    font-size: 11px;
}

.vmp-h2-profile-links span {
    font-size: 9px;
}

/* -------- Analytics -------- */

.vmp-h2-insight {
    min-height: 94px;
    margin-top: 15px;
    padding: 15px 15px;
}

.vmp-h2-insight small {
    font-size: 9px;
}

.vmp-h2-insight strong {
    font-size: 22px;
}

.vmp-h2-chart {
    width: 118px;
    height: 54px;
}

/* -------- Stage balance -------- */

.vmp-h2-stage {
    min-height: 565px;
}

.vmp-h2-orbit-one {
    width: 470px;
    height: 470px;
}

.vmp-h2-orbit-two {
    width: 380px;
    height: 380px;
}

/* -------- Floating-card placement -------- */

.vmp-h2-float-qr {
    left: -26px;
    top: 112px;
}

.vmp-h2-float-share {
    right: -10px;
    bottom: 92px;
}

.vmp-h2-float-live {
    left: 28px;
    bottom: 54px;
}

/* -------- Desktop optical centering -------- */

@media (min-width: 1200px) {
    .vmp-h2-stage {
        transform: translateY(-10px);
    }
}

/* -------- Responsive precision -------- */

@media (max-width: 767.98px) {
    .vmp-h2-device {
        width: min(332px, calc(100vw - 40px));
        min-height: 500px;
        padding: 21px 15px 18px;
        border-width: 3px;
        border-radius: 40px;
    }

    .vmp-h2-device::before {
        border-radius: 34px;
    }

    .vmp-h2-stage {
        min-height: 535px;
    }

    .vmp-h2-float-qr {
        left: -14px;
        top: 104px;
    }

    .vmp-h2-float-share {
        right: -12px;
        bottom: 88px;
    }

    .vmp-h2-float-live {
        left: 18px;
        bottom: 48px;
    }
}

@media (max-width: 575.98px) {
    .vmp-h2-device {
        width: calc(100vw - 28px);
        max-width: 316px;
        min-height: 485px;
    }

    .vmp-h2-stage {
        min-height: 515px;
    }

    .vmp-h2-float-qr {
        left: -18px;
        top: 98px;
    }

    .vmp-h2-float-share {
        right: -18px;
        bottom: 84px;
    }
}

/* =========================================================
   HERO V2 — SAVE CONTACT ACTION
   ========================================================= */

.vmp-h2-save-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(23,105,255,0.10);
    border-radius: 16px;
    text-decoration: none !important;
    background:
        linear-gradient(
            135deg,
            rgba(236,244,255,0.96) 0%,
            rgba(248,251,255,0.98) 100%
        );
    box-shadow:
        0 10px 24px rgba(23,105,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.95);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.vmp-h2-save-contact > span:nth-child(2) {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.vmp-h2-save-contact small {
    margin-bottom: 2px;
    color: #7d899d;
    font-size: 8.5px;
    font-weight: 600;
    line-height: 1.2;
}

.vmp-h2-save-contact strong {
    color: #11223f;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
}

.vmp-h2-save-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(145deg, #0754e8, #2b7cff);
    box-shadow: 0 8px 18px rgba(23,105,255,0.18);
}

.vmp-h2-save-icon i {
    font-size: 12px;
}

.vmp-h2-save-contact > i {
    color: #1769ff;
    font-size: 10px;
    transition: transform 220ms ease;
}

@media (hover: hover) {
    .vmp-h2-save-contact:hover {
        transform: translateY(-2px);
        border-color: rgba(23,105,255,0.16);
        box-shadow:
            0 14px 30px rgba(23,105,255,0.11),
            inset 0 1px 0 rgba(255,255,255,0.98);
    }

    .vmp-h2-save-contact:hover > i {
        transform: translateX(3px);
    }
}

@media (max-width: 575.98px) {
    .vmp-h2-save-contact {
        padding: 11px 12px;
    }

    .vmp-h2-save-contact strong {
        font-size: 11px;
    }
}

/* =========================================================
   HERO V2 — FINAL PREMIUM MICRO-MOTION
   ========================================================= */

/* ---------- Analytics sequential rise ---------- */

@keyframes vmpH2BarRise {
    0% {
        transform: scaleY(0.18);
        opacity: 0.35;
    }

    65% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.vmp-h2-chart span {
    transform-origin: bottom center;
    animation: vmpH2BarRise 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vmp-h2-chart span:nth-child(1) {
    animation-delay: 650ms;
}

.vmp-h2-chart span:nth-child(2) {
    animation-delay: 720ms;
}

.vmp-h2-chart span:nth-child(3) {
    animation-delay: 790ms;
}

.vmp-h2-chart span:nth-child(4) {
    animation-delay: 860ms;
}

.vmp-h2-chart span:nth-child(5) {
    animation-delay: 930ms;
}

.vmp-h2-chart span:nth-child(6) {
    animation-delay: 1000ms;
}

/* ---------- Save Contact premium light sweep ---------- */

@keyframes vmpH2SaveSheen {
    0%,
    68% {
        transform: translateX(-180%) skewX(-18deg);
        opacity: 0;
    }

    76% {
        opacity: 0.22;
    }

    90% {
        transform: translateX(360%) skewX(-18deg);
        opacity: 0;
    }

    100% {
        transform: translateX(360%) skewX(-18deg);
        opacity: 0;
    }
}

.vmp-h2-save-contact {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.vmp-h2-save-contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -35%;
    left: 0;
    width: 42px;
    height: 170%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.78),
        transparent
    );
    filter: blur(1px);
    animation: vmpH2SaveSheen 6.8s ease-in-out 2.4s infinite;
}

/* ---------- Ambient breathing ---------- */

@keyframes vmpH2AmbientBreath {
    0%,
    100% {
        opacity: 0.72;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.045);
    }
}

.vmp-h2-ambient-one {
    animation: vmpH2AmbientBreath 9s ease-in-out infinite;
}

.vmp-h2-ambient-two {
    animation: vmpH2AmbientBreath 11s ease-in-out 1.5s infinite reverse;
}

/* ---------- Premium action feedback ---------- */

@media (hover: hover) {
    .vmp-h2-save-contact:hover .vmp-h2-save-icon {
        transform: scale(1.06);
        box-shadow: 0 10px 22px rgba(23,105,255,0.24);
    }

    .vmp-h2-save-icon {
        transition:
            transform 220ms ease,
            box-shadow 220ms ease;
    }

    .vmp-h2-float {
        transition:
            border-color 220ms ease,
            box-shadow 220ms ease;
    }

    .vmp-h2-float:hover {
        border-color: rgba(23,105,255,0.12);
        box-shadow:
            0 24px 54px rgba(22,61,120,0.16),
            0 6px 18px rgba(23,105,255,0.07),
            inset 0 1px 0 rgba(255,255,255,1);
    }
}

/* =========================================================
   HERO V2 — CONTACT TILE ALIGNMENT + SEQUENTIAL MOTION
   ========================================================= */

/* Perfect four-tile alignment */

.vmp-h2-profile-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.vmp-h2-profile-links > div {
    min-width: 0;
    min-height: 72px;
    padding: 9px 4px;
    border-radius: 15px;
    justify-content: center;
    text-align: center;
    transform-origin: center bottom;
}

.vmp-h2-profile-links i {
    margin: 0 auto;
}

.vmp-h2-profile-links span {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

/* Sequential product-demo entrance */

@keyframes vmpH2TileSequence {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(0.94);
        border-color: rgba(23,105,255,0.04);
        box-shadow: none;
    }

    45% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
        border-color: rgba(23,105,255,0.18);
        box-shadow: 0 10px 22px rgba(23,105,255,0.10);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        border-color: rgba(18,55,105,0.06);
        box-shadow: none;
    }
}

@keyframes vmpH2TileIconPulse {
    0% {
        color: #65738b;
        background: #edf4ff;
        transform: scale(0.92);
    }

    55% {
        color: #ffffff;
        background: linear-gradient(145deg, #0754e8, #2b7cff);
        transform: scale(1.08);
        box-shadow: 0 8px 18px rgba(23,105,255,0.20);
    }

    100% {
        color: var(--vmp-blue);
        background: #edf4ff;
        transform: scale(1);
        box-shadow: none;
    }
}

.vmp-h2-profile-links > div {
    opacity: 0;
    animation: vmpH2TileSequence 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vmp-h2-profile-links > div:nth-child(1) {
    animation-delay: 520ms;
}

.vmp-h2-profile-links > div:nth-child(2) {
    animation-delay: 700ms;
}

.vmp-h2-profile-links > div:nth-child(3) {
    animation-delay: 880ms;
}

.vmp-h2-profile-links > div:nth-child(4) {
    animation-delay: 1060ms;
}

.vmp-h2-profile-links > div i {
    animation: vmpH2TileIconPulse 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vmp-h2-profile-links > div:nth-child(1) i {
    animation-delay: 520ms;
}

.vmp-h2-profile-links > div:nth-child(2) i {
    animation-delay: 700ms;
}

.vmp-h2-profile-links > div:nth-child(3) i {
    animation-delay: 880ms;
}

.vmp-h2-profile-links > div:nth-child(4) i {
    animation-delay: 1060ms;
}

/* Keep the sequence elegant on repeat-capable browsers:
   animate only on initial render, then stay settled */

.vmp-h2-profile-links > div,
.vmp-h2-profile-links > div i {
    animation-iteration-count: 1;
}

/* Reduced-motion fallback */

@media (prefers-reduced-motion: reduce) {
    .vmp-h2-profile-links > div {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .vmp-h2-profile-links > div i {
        animation: none !important;
    }
}

/* =========================================================
   HERO V2 — PERIODIC CONTACT FEATURE TOUR
   ========================================================= */

.vmp-h2-profile-links > div {
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 320ms ease,
        background-color 320ms ease,
        box-shadow 320ms ease;
}

.vmp-h2-profile-links > div i {
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        color 320ms ease,
        background-color 320ms ease,
        box-shadow 320ms ease;
}

/* JS activates only one feature at a time */

.vmp-h2-profile-links > div.vmp-h2-tour-active {
    transform: translateY(-3px);
    border-color: rgba(23,105,255,0.18);
    background: #ffffff;
    box-shadow:
        0 11px 24px rgba(23,105,255,0.11),
        inset 0 1px 0 rgba(255,255,255,1);
}

.vmp-h2-profile-links > div.vmp-h2-tour-active i {
    color: #ffffff;
    background: linear-gradient(145deg, #0754e8, #2b7cff);
    transform: scale(1.07);
    box-shadow: 0 8px 18px rgba(23,105,255,0.22);
}

.vmp-h2-profile-links > div.vmp-h2-tour-active span {
    color: #0754e8;
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .vmp-h2-profile-links > div,
    .vmp-h2-profile-links > div i {
        transition: none !important;
    }

    .vmp-h2-profile-links > div.vmp-h2-tour-active {
        transform: none !important;
        box-shadow: none !important;
    }
}

/* =========================================================
   HERO V2 — RELEASE INITIAL TILE ANIMATION FOR FEATURE TOUR
   ========================================================= */

.vmp-h2-profile-links.vmp-h2-tour-ready > div {
    opacity: 1;
    animation: none !important;
    transform: translateY(0) scale(1);
}

.vmp-h2-profile-links.vmp-h2-tour-ready > div i {
    animation: none !important;
    transform: scale(1);
}

/* Periodic active state after entrance sequence */

.vmp-h2-profile-links.vmp-h2-tour-ready > div.vmp-h2-tour-active {
    transform: translateY(-3px) scale(1.015);
    border-color: rgba(23,105,255,0.20);
    background: #ffffff;
    box-shadow:
        0 12px 26px rgba(23,105,255,0.12),
        inset 0 1px 0 rgba(255,255,255,1);
}

.vmp-h2-profile-links.vmp-h2-tour-ready > div.vmp-h2-tour-active i {
    color: #ffffff;
    background: linear-gradient(145deg, #0754e8, #2b7cff);
    transform: scale(1.08);
    box-shadow: 0 8px 18px rgba(23,105,255,0.22);
}

/* =========================================================
   HERO V2 — EYEBROW + CAPABILITY MOTION
   ========================================================= */

/* Eyebrow blue-dot premium pulse — once on entrance */

@keyframes vmpH2EyebrowPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(23,105,255,0.08);
    }

    45% {
        transform: scale(1.18);
        box-shadow:
            0 0 0 8px rgba(23,105,255,0.07),
            0 0 18px rgba(23,105,255,0.22);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(23,105,255,0.08);
    }
}

.vmp-h2-eyebrow-dot {
    animation: vmpH2EyebrowPulse 900ms ease 850ms 1 both;
}

/* Capability rail — always visible */

.vmp-h2-capabilities > span {
    position: relative;
    display: inline-block;
    color: #748098;
    transition:
        color 320ms ease,
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        text-shadow 320ms ease;
}

.vmp-h2-capabilities > i {
    transition:
        background-color 320ms ease,
        box-shadow 320ms ease,
        transform 320ms ease;
}

/* JS-driven active capability */

.vmp-h2-capabilities > span.vmp-h2-cap-active {
    color: #0754e8;
    transform: translateY(-2px);
    text-shadow: 0 4px 14px rgba(23,105,255,0.12);
}

.vmp-h2-capabilities > span.vmp-h2-cap-active + i {
    background: #1769ff;
    transform: scale(1.45);
    box-shadow: 0 0 0 4px rgba(23,105,255,0.08);
}

/* The last item has no following separator */

.vmp-h2-capabilities > span:last-child.vmp-h2-cap-active {
    color: #0754e8;
}

/* Reduced-motion accessibility */

@media (prefers-reduced-motion: reduce) {
    .vmp-h2-eyebrow-dot {
        animation: none !important;
    }

    .vmp-h2-capabilities > span,
    .vmp-h2-capabilities > i {
        transition: none !important;
        transform: none !important;
    }
}

/* =========================================================
   HERO V2 — FINAL FLOATING BADGE ALIGNMENT
   ========================================================= */

/* Desktop: controlled asymmetric orbit around phone */

@media (min-width: 992px) {
    .vmp-h2-float-qr {
        left: -34px;
        top: 132px;
    }

    .vmp-h2-float-share {
        right: -28px;
        bottom: 118px;
    }

    .vmp-h2-float-live {
        left: 8px;
        bottom: 86px;
    }
}

/* Softer magnetic float */

@keyframes vmpH2FloatSoftFinal {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -4px;
    }
}

@keyframes vmpH2FloatReverseFinal {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 4px;
    }
}

.vmp-h2-float-qr {
    animation: vmpH2FloatSoftFinal 6.2s ease-in-out infinite;
}

.vmp-h2-float-share {
    animation: vmpH2FloatReverseFinal 6.8s ease-in-out infinite;
}

.vmp-h2-float-live {
    animation: vmpH2FloatSoftFinal 5.8s ease-in-out 0.8s infinite;
}

/* Tablet balance */

@media (min-width: 768px) and (max-width: 991.98px) {
    .vmp-h2-float-qr {
        left: 4px;
        top: 112px;
    }

    .vmp-h2-float-share {
        right: 4px;
        bottom: 102px;
    }

    .vmp-h2-float-live {
        left: 24px;
        bottom: 70px;
    }
}

/* Mobile: keep cards close but not overlapping phone */

@media (max-width: 767.98px) {
    .vmp-h2-float-qr {
        left: -10px;
        top: 104px;
    }

    .vmp-h2-float-share {
        right: -10px;
        bottom: 92px;
    }

    .vmp-h2-float-live {
        left: 14px;
        bottom: 58px;
    }
}

/* =========================================================
   HERO V2 — FINAL OPTICAL BADGE CALIBRATION
   ========================================================= */

@media (min-width: 992px) {

    /* Upper-left anchor */
    .vmp-h2-float-qr {
        left: -22px;
        top: 132px;
    }

    /* Right-side anchor */
    .vmp-h2-float-share {
        right: -16px;
        bottom: 118px;
    }

    /* Lower-left anchor */
    .vmp-h2-float-live {
        left: -4px;
        bottom: 108px;
    }
}
