/* =========================================================
   VISIT MY PROFILE — SIGNATURE DESIGN SYSTEM
   M1 PREMIUM HERO
   ========================================================= */

:root {
    --vmp-obsidian: #05070c;
    --vmp-midnight: #08111f;
    --vmp-sapphire: #0c2142;
    --vmp-cobalt: #3d7cff;
    --vmp-electric: #5ea2ff;
    --vmp-ice: #eaf4ff;
    --vmp-white: #ffffff;
    --vmp-muted: #9ba9bc;
    --vmp-line: rgba(255, 255, 255, .10);
    --vmp-glass: rgba(255, 255, 255, .055);
    --vmp-gold: #c9a96e;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.vmp-signature-hero {
    position: relative;
    min-height: 860px;
    padding: 130px 0 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--vmp-white);
    background:
        radial-gradient(circle at 78% 42%, rgba(61, 124, 255, .18), transparent 25%),
        radial-gradient(circle at 62% 85%, rgba(94, 162, 255, .08), transparent 28%),
        linear-gradient(135deg, #03050a 0%, #07111f 48%, #09182b 100%);
}

.vmp-signature-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
    opacity: .45;
}

.vmp-signature-hero::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -280px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid rgba(94, 162, 255, .10);
    box-shadow:
        0 0 100px rgba(61, 124, 255, .08),
        inset 0 0 100px rgba(61, 124, 255, .04);
    pointer-events: none;
}

/* ---------------------------------------------------------
   AMBIENT LIGHT
   --------------------------------------------------------- */

.vmp-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.vmp-hero-glow-one {
    width: 420px;
    height: 420px;
    right: 8%;
    top: 16%;
    background: radial-gradient(circle, rgba(61,124,255,.13), transparent 68%);
}

.vmp-hero-glow-two {
    width: 360px;
    height: 360px;
    left: 5%;
    bottom: -100px;
    background: radial-gradient(circle, rgba(18,98,180,.08), transparent 70%);
}

/* ---------------------------------------------------------
   LAYOUT
   --------------------------------------------------------- */

.vmp-signature-hero-row {
    position: relative;
    z-index: 3;
}

.vmp-signature-copy {
    max-width: 680px;
    position: relative;
    z-index: 5;
}

/* ---------------------------------------------------------
   EYEBROW
   --------------------------------------------------------- */

.vmp-signature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 27px;
    color: #b9c9dd;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vmp-eyebrow-line {
    width: 30px;
    height: 1px;
    display: inline-block;
    background: linear-gradient(90deg, var(--vmp-cobalt), var(--vmp-electric));
}

/* ---------------------------------------------------------
   HEADLINE
   --------------------------------------------------------- */

.vmp-signature-hero h1 {
    max-width: 720px;
    margin: 0 0 27px;
    color: #f7fbff;
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.055em;
}

.vmp-signature-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(
        105deg,
        #ffffff 0%,
        #a9caff 42%,
        #4e8cff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
}

/* ---------------------------------------------------------
   DESCRIPTION
   --------------------------------------------------------- */

.vmp-signature-description {
    max-width: 590px;
    margin: 0 0 34px;
    color: #aebdd0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.vmp-signature-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.vmp-signature-btn {
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-decoration: none !important;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.vmp-signature-btn-primary {
    color: #06101e;
    background: linear-gradient(135deg, #ffffff, #cfe2ff);
    box-shadow:
        0 14px 35px rgba(0, 0, 0, .25),
        0 0 0 1px rgba(255,255,255,.15);
}

.vmp-signature-btn-primary:hover {
    color: #06101e;
    transform: translateY(-3px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .35),
        0 0 35px rgba(94,162,255,.16);
}

.vmp-signature-btn-secondary {
    color: #e5eefb;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(14px);
}

.vmp-signature-btn-secondary:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: rgba(120,170,255,.38);
    background: rgba(255,255,255,.08);
}

/* ---------------------------------------------------------
   PROFILE SEARCH
   --------------------------------------------------------- */

.vmp-signature-search {
    max-width: 570px;
    margin-bottom: 33px;
}

.vmp-search-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #8fa1b7;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
}

.vmp-search-status {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #54d18a;
    box-shadow: 0 0 0 4px rgba(84,209,138,.10);
}

.vmp-search-box {
    min-height: 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    backdrop-filter: blur(20px);
}

.vmp-search-prefix {
    padding-left: 18px;
    color: #71839a;
    font-size: 13px;
    white-space: nowrap;
}

.vmp-search-box input {
    min-width: 0;
    flex: 1;
    height: 56px;
    padding: 0 10px;
    border: 0 !important;
    outline: 0 !important;
    color: #f5f9ff !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
}

.vmp-search-box input::placeholder {
    color: #65768b;
}

.vmp-search-box button {
    width: 46px;
    height: 46px;
    margin-right: 6px;
    border: 0;
    border-radius: 10px;
    color: #07111f;
    background: #dceaff;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease;
}

.vmp-search-box button:hover {
    transform: translateX(2px);
    background: #ffffff;
}

.vmp-search-message {
    padding: 7px 4px 0;
    font-size: 12px;
}

.vmp-search-error {
    color: #ff8e9b;
}

.vmp-search-success {
    color: #62dda0;
}

/* ---------------------------------------------------------
   PROOF STRIP
   --------------------------------------------------------- */

.vmp-signature-proof {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.vmp-signature-proof > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.vmp-signature-proof strong {
    color: #dbe9fb;
    font-size: 10px;
    letter-spacing: .12em;
}

.vmp-signature-proof span {
    color: #75879d;
    font-size: 11px;
}

/* ---------------------------------------------------------
   IDENTITY STAGE
   --------------------------------------------------------- */

.vmp-identity-stage {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
}

.vmp-stage-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(108,163,255,.12);
    pointer-events: none;
}

.vmp-stage-orbit-one {
    width: 590px;
    height: 590px;
    animation: vmpOrbitSlow 18s linear infinite;
}

.vmp-stage-orbit-two {
    width: 470px;
    height: 470px;
    border-color: rgba(201,169,110,.10);
    animation: vmpOrbitSlowReverse 24s linear infinite;
}

.vmp-profile-device {
    position: relative;
    z-index: 5;
    width: min(355px, 72%);
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 28px;
    background:
        linear-gradient(150deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
        #0a1321;
    box-shadow:
        0 50px 100px rgba(0,0,0,.48),
        0 0 0 1px rgba(255,255,255,.03),
        0 0 80px rgba(61,124,255,.10);
    transform: rotateY(-8deg) rotateX(3deg);
    transition: transform .7s cubic-bezier(.2,.8,.2,1);
    animation: vmpDeviceFloat 6s ease-in-out infinite;
}

.vmp-profile-device:hover {
    transform: rotateY(-2deg) rotateX(1deg) translateY(-8px);
}

.vmp-device-topbar {
    height: 48px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.vmp-device-brand {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}

.vmp-device-secure {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7fdca9;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.vmp-profile-cover {
    height: 118px;
    background:
        radial-gradient(circle at 25% 20%, rgba(116,178,255,.35), transparent 32%),
        linear-gradient(135deg, #10294b, #07111e 70%);
}

.vmp-profile-avatar {
    width: 86px;
    height: 86px;
    margin: -43px auto 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #0b1523;
    border-radius: 50%;
    color: #dceaff;
    background: linear-gradient(145deg, #285da8, #0b2445);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    font-size: 25px;
    font-weight: 800;
}

.vmp-profile-body {
    padding: 18px 24px 22px;
    text-align: center;
}

.vmp-profile-badge {
    display: inline-flex;
    padding: 5px 9px;
    border: 1px solid rgba(94,162,255,.20);
    border-radius: 999px;
    color: #7faef5;
    background: rgba(61,124,255,.08);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}

.vmp-profile-body h2 {
    margin: 12px 0 5px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 750;
    letter-spacing: -.025em;
}

.vmp-profile-role {
    margin: 0;
    color: #7e91a8;
    font-size: 10px;
}

.vmp-profile-divider {
    height: 1px;
    margin: 19px 0;
    background: rgba(255,255,255,.08);
}

.vmp-profile-links {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.vmp-profile-links span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    color: #9db1ca;
    background: rgba(255,255,255,.035);
    font-size: 11px;
}

.vmp-profile-connect {
    height: 42px;
    margin-top: 17px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    color: #0a1422;
    background: #e2edfb;
    font-size: 10px;
    font-weight: 800;
}

.vmp-profile-bottom {
    margin: 0 18px 18px;
    padding: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 13px;
    background: rgba(255,255,255,.035);
}

.vmp-profile-bottom strong {
    display: block;
    color: #d9e7f8;
    font-size: 9px;
    letter-spacing: .08em;
}

.vmp-profile-bottom small {
    display: block;
    margin-top: 4px;
    color: #73859a;
    font-size: 8px;
}

.vmp-mini-qr {
    width: 43px;
    height: 43px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    border-radius: 6px;
    background: #ffffff;
}

.vmp-mini-qr i {
    display: block;
    background: #07111f;
}

.vmp-mini-qr i:nth-child(2),
.vmp-mini-qr i:nth-child(6),
.vmp-mini-qr i:nth-child(7) {
    background: #ffffff;
}

/* ---------------------------------------------------------
   FLOATING LABELS
   --------------------------------------------------------- */

.vmp-floating-label {
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 13px;
    background: rgba(7,15,27,.72);
    box-shadow: 0 20px 40px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
}

.vmp-floating-label-top {
    top: 52px;
    right: 1%;
    animation: vmpLabelFloat 5s ease-in-out infinite;
}

.vmp-floating-label-bottom {
    left: 1%;
    bottom: 70px;
    animation: vmpLabelFloat 6s ease-in-out infinite reverse;
}

.vmp-floating-label-side {
    right: -1%;
    bottom: 185px;
    animation: vmpLabelFloat 7s ease-in-out infinite;
}

.vmp-floating-label > span:last-child {
    display: flex;
    flex-direction: column;
}

.vmp-floating-label strong {
    color: #e8f2ff;
    font-size: 10px;
    font-weight: 700;
}

.vmp-floating-label small {
    margin-top: 3px;
    color: #71839a;
    font-size: 8px;
}

.vmp-label-icon {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(94,162,255,.18);
    border-radius: 9px;
    color: #77adff;
    background: rgba(61,124,255,.08);
    font-size: 10px;
}

.vmp-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #56d79a;
    box-shadow: 0 0 0 4px rgba(86,215,154,.10);
}

/* ---------------------------------------------------------
   SCROLL INDICATOR
   --------------------------------------------------------- */

.vmp-hero-scroll {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 27px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 9px;
    color: #60738a;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
}

.vmp-hero-scroll i {
    animation: vmpScrollPulse 1.8s ease-in-out infinite;
}

/* ---------------------------------------------------------
   ANIMATION
   --------------------------------------------------------- */

@keyframes vmpDeviceFloat {
    0%, 100% {
        transform: rotateY(-8deg) rotateX(3deg) translateY(0);
    }
    50% {
        transform: rotateY(-5deg) rotateX(2deg) translateY(-12px);
    }
}

@keyframes vmpLabelFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
}

@keyframes vmpOrbitSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes vmpOrbitSlowReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes vmpScrollPulse {
    0%, 100% {
        transform: translateY(0);
        opacity: .55;
    }
    50% {
        transform: translateY(5px);
        opacity: 1;
    }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1199px) {
    .vmp-signature-hero {
        min-height: 800px;
    }

    .vmp-signature-hero h1 {
        font-size: clamp(48px, 5.7vw, 68px);
    }

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

    .vmp-profile-device {
        width: 325px;
    }

    .vmp-floating-label-side {
        right: -3%;
    }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 991px) {
    .vmp-signature-hero {
        min-height: auto;
        padding: 105px 0 90px;
    }

    .vmp-signature-copy {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .vmp-signature-eyebrow {
        justify-content: center;
    }

    .vmp-signature-hero h1 {
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(47px, 9vw, 70px);
    }

    .vmp-signature-description {
        margin-right: auto;
        margin-left: auto;
    }

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

    .vmp-signature-search {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .vmp-signature-proof {
        justify-content: center;
    }

    .vmp-identity-stage {
        min-height: 660px;
        margin-top: 30px;
    }

    .vmp-floating-label-top {
        right: 4%;
    }

    .vmp-floating-label-side {
        right: 2%;
    }

    .vmp-floating-label-bottom {
        left: 4%;
    }
}

/* ---------------------------------------------------------
   SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 575px) {
    .vmp-signature-hero {
        padding-top: 88px;
        padding-bottom: 75px;
    }

    .vmp-signature-hero h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .vmp-signature-description {
        font-size: 16px;
        line-height: 1.65;
    }

    .vmp-signature-actions {
        flex-direction: column;
    }

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

    .vmp-search-prefix {
        display: none;
    }

    .vmp-search-box input {
        padding-left: 15px;
    }

    .vmp-signature-proof {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        text-align: left;
        max-width: 250px;
        margin: 0 auto;
    }

    .vmp-identity-stage {
        min-height: 590px;
    }

    .vmp-profile-device {
        width: min(315px, 82vw);
        min-height: 530px;
    }

    .vmp-stage-orbit-one {
        width: 410px;
        height: 410px;
    }

    .vmp-stage-orbit-two {
        width: 330px;
        height: 330px;
    }

    .vmp-floating-label-top {
        top: 24px;
        right: 0;
    }

    .vmp-floating-label-side {
        right: 0;
        bottom: 145px;
    }

    .vmp-floating-label-bottom {
        left: 0;
        bottom: 45px;
    }

    .vmp-floating-label {
        padding: 9px 10px;
    }

    .vmp-floating-label strong {
        font-size: 9px;
    }

    .vmp-floating-label small {
        font-size: 7px;
    }

    .vmp-hero-scroll {
        display: none;
    }
}

/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .vmp-profile-device,
    .vmp-floating-label,
    .vmp-stage-orbit,
    .vmp-hero-scroll i {
        animation: none !important;
    }

    .vmp-signature-btn,
    .vmp-profile-device {
        transition: none !important;
    }
}
