﻿
/* Mobile Preview Area */
.mobile-mockup-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.phone-frame {
    width: 320px;
    height: 640px;
    border: 6px solid var(--qiq-dark);
    border-radius: 2.8rem;
    background: white;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    z-index: 2;
}


.phone-notch {
    width: 110px;
    height: 22px;
    background: var(--qiq-dark);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}


.phone-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3.5rem;
}


.status-pill {
    padding: 6px 12px;
    background: var(--qiq-bg);
    border-radius: 50px;
    font-size: 0.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--qiq-dark);
}

.ticket-id {
    font-size: 4.5rem;
    font-weight: 900;
    margin: 0;
}

.ticket-label {
    font-weight: 700;
    color: #94a3b8;
}

.wait-time-box {
    text-align: center;
    margin-top: 40px;
}


.wait-label {
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 5px;
}

.wait-value {
    font-size: 2.5rem;
    font-weight: 900;
}

.progress-box {
    width: 100%;
    background: #F1F5F9;
    border-radius: 1.8rem;
    border: 1px solid var(--qiq-border);
    margin-top: auto;
}


.ahead-count {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.qiq-mobile-section {
    background: var(--qiq-bg);
}

.qiq-mobile-header {
    max-width: 720px;
    margin: 0 auto;
}

.qiq-mobile-title {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--qiq-dark);
}

.qiq-mobile-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    font-weight: 500;
}

/* Stage */
.qiq-mobile-stage {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Phone Frame */
.qiq-phone-frame {
    width: 300px;
    height: 610px;
    background: white;
    border-radius: 3.5rem;
    padding: 1px;
    border: 1px solid var(--qiq-border);
    box-shadow: 0 14px 30px -12px rgba(11, 28, 45, 0.025), 0 8px 18px -18px rgba(11, 28, 45, 0.025);
    z-index: 10;
}

.qiq-phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 3.4rem;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Status bar */
.qiq-status-bar {
    position: absolute;
    top: 0;
    right: -2px;
    width: 100%;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    z-index: 3;
}

    .qiq-status-bar .icons span {
        font-size: 10px;
        margin-left: 4px;
    }

/* Notch */
.qiq-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 22px;
    background: var(--qiq-dark);
    border-radius: 0 0 1.2rem 1.2rem;
    z-index: 2;
}

/* Content */
.qiq-phone-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 7rem 1.5rem 1.5rem;
}

.qiq-pill {
    display: inline-block;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 999px;
    background: #f2f5f9;
    color: var(--qiq-dark);
    margin-bottom: 12px;
}

.qiq-ticket {
    font-size: 4.5rem;
    font-weight: 900;
    color: #0f172a;
    margin: -1px;
}

.qiq-ticket-label {
    color: #6b7280;
    font-weight: 700;
}

/* Wait */
.qiq-wait {
    margin-top: 3.5rem;
    text-align: center;
}

.qiq-wait-label {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 6px;
}

.qiq-wait-time {
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--qiq-dark);
}

/* Progress */
.qiq-progress-wrap {
    margin-top: auto;
    margin-bottom: 1.5rem;
}

.qiq-progress-box {
    background: #f2f5f9;
    padding: 1.8rem;
    border-radius: 2.2rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.qiq-progress-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
    color: #6b7280;
}

.qiq-progress-sub {
    font-size: 9px;
    text-align: center;
    color: #9ca3af;
    margin-bottom: 14px;
}

.qiq-progress-bar {
    height: 6px;
    width: 100%;
    background: rgba(0,0,0,0.08);
    border-radius: 999px;
    overflow: hidden;
}

    .qiq-progress-bar span {
        display: block;
        height: 100%;
        width: 66%;
        background: var(--qiq-dark);
        border-radius: 999px;
    }

/* Floating cards */
.qiq-float {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 150px;
    z-index: 10;
}

.cards-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.qiq-float-left {
    left: 15%;
}

.qiq-float-right {
    left: 65%;
}

.qiq-float-card {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 260px;
    padding: 20px;
    background: white;
    border-radius: 2rem;
    border: 1px solid var(--qiq-border);
    box-shadow: 0 15px 35px rgba(11, 28, 45, 0.08);
}

    .qiq-float-card strong {
        display: block;
        font-size: 0.95rem;
        font-weight: 900;
        color: #0f172a;
        line-height: 1.2;
    }

    .qiq-float-card span {
        display: block;
        font-size: 0.75rem;
        color: #6b7280;
    }

/* Icons */
.qiq-float-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: white;
    border: 1px solid var(--qiq-border);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qiq-float-icon span {
        font-size: 28px;
        color: var(--qiq-dark);
    }

    .qiq-float-icon.gold span {
        color: var(--qiq-gold);
    }

    .qiq-float-icon.success span {
        color: #22c55e;
    }
