.psu-page-wrapper {
    min-height: 100dvh;
    padding-bottom: 6rem;
}

.psu-container {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

/* ── Step bar ─────────────────────────────────────────────────────────────── */
.psu-step-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 3.2rem;
}

.psu-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.psu-step-dot {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: var(--antologa-primary);
    border: 2px solid var(--antologa-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.psu-step-dot--done {
    background-color: var(--antologa-primary);
    border-color: var(--antologa-primary);
}

.psu-step-check {
    font-size: 1.1rem !important;
    color: var(--antologa-white) !important;
}

.psu-step-label {
    color: var(--antologa-gray) !important;
    font-size: 1.1rem !important;
    white-space: nowrap;
}

.psu-step-label--done {
    color: var(--antologa-gray) !important;
    text-decoration: line-through;
}

.psu-step-label--active {
    color: var(--antologa-primary) !important;
    font-weight: 600;
    text-decoration: none !important;
}

.psu-step-line {
    flex: 1;
    max-width: 8rem;
    height: 1px;
    background-color: var(--antologa-light-gray);
    margin: 0 1rem;
    margin-bottom: 1.4rem;
}

.psu-step-line--done {
    background-color: var(--antologa-primary);
}

/* ── Success header ───────────────────────────────────────────────────────── */
.psu-success-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3.2rem;
    gap: 1rem;
}

.psu-check-circle {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    background-color: rgba(7, 130, 130, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: psu-pop-in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.psu-check-icon {
    font-size: 4rem !important;
    color: var(--antologa-primary) !important;
}

@keyframes psu-pop-in {
    from { transform: scale(0.6); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

.psu-success-title {
    font-family: 'Inter', sans-serif;
    color: var(--antologa-dark) !important;
    font-size: 2.8rem !important;
    font-weight: 700;
}

.psu-success-subtitle {
    color: var(--antologa-gray) !important;
    font-size: 1.4rem !important;
    max-width: 48rem;
    line-height: 1.6;
}

/* ── Layout ───────────────────────────────────────────────────────────────── */
.psu-layout {
    margin-top: 0;
}

.psu-sticky-panel {
    position: sticky;
    top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Card base ────────────────────────────────────────────────────────────── */
.psu-card {
    background-color: var(--antologa-white) !important;
    border: 1px solid var(--antologa-light-gray) !important;
    border-radius: 1.4rem !important;
    padding: 2rem 2.4rem;
    margin-bottom: 1.6rem;
}

.psu-section-label {
    color: var(--antologa-gray) !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    letter-spacing: 0.09em;
    display: block;
    margin-bottom: 1.2rem;
}

/* ── Ticket ───────────────────────────────────────────────────────────────── */
.psu-ticket {
    background-color: var(--antologa-white) !important;
    border: 1px solid var(--antologa-light-gray) !important;
    border-radius: 1.4rem !important;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.psu-ticket-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.4rem 1.6rem;
}

.psu-ticket-logo {
    height: 2.8rem;
    width: auto;
}

.psu-ticket-ref-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
}

.psu-ticket-ref-label {
    color: var(--antologa-gray) !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.psu-ticket-ref {
    font-family: 'Inter', sans-serif;
    color: var(--antologa-primary) !important;
    font-size: 1.6rem !important;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* Dividers */
.psu-ticket-divider {
    border: none;
    border-top: 1px solid var(--antologa-light-gray);
    margin: 0 2.4rem;
}

.psu-ticket-divider--dashed {
    border-top-style: dashed;
    border-top-color: var(--antologa-light-gray);
}

/* Listing block */
.psu-ticket-listing {
    display: flex;
    gap: 1.6rem;
    align-items: flex-start;
    padding: 1.8rem 2.4rem;
}

.psu-ticket-img-wrap {
    flex-shrink: 0;
    width: 9rem;
    height: 9rem;
    border-radius: 1rem;
    overflow: hidden;
}

.psu-ticket-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psu-ticket-meta {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.psu-ticket-type {
    color: var(--antologa-primary) !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.psu-ticket-title {
    font-family: 'Inter', sans-serif;
    color: var(--antologa-dark) !important;
    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 1.3;
}

.psu-ticket-location {
    color: var(--antologa-gray) !important;
    font-size: 1.2rem !important;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.psu-loc-icon {
    font-size: 1.4rem !important;
    color: var(--antologa-gray) !important;
}

/* Details grid */
.psu-ticket-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 2rem;
    padding: 1.8rem 2.4rem;
}

.psu-ticket-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.psu-detail-label {
    color: var(--antologa-gray) !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.psu-detail-value {
    color: var(--antologa-dark) !important;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.psu-detail-value--teal {
    color: var(--antologa-primary) !important;
}

.psu-detail-sub {
    color: var(--antologa-gray) !important;
    font-size: 1.1rem !important;
}

.psu-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(7, 130, 130, 0.1);
    color: var(--antologa-primary);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    align-self: flex-start;
}

.psu-status-dot {
    font-size: 0.8rem !important;
    color: var(--antologa-primary) !important;
}

/* Tear line */
.psu-ticket-tear {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}

.psu-tear-line {
    flex: 1;
    border-top: 2px dashed var(--antologa-light-gray);
    margin: 0 1.2rem;
}

.psu-tear-circle {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: var(--antologa-white);
    border: 1px solid var(--antologa-light-gray);
    flex-shrink: 0;
}

.psu-tear-circle--left {
    margin-left: -1.2rem;
}

.psu-tear-circle--right {
    margin-right: -1.2rem;
}

/* QR section */
.psu-qr-section {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 2rem 2.4rem;
}

.psu-qr-wrap {
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    border-radius: 0.8rem;
    overflow: hidden;
    border: 1px solid var(--antologa-light-gray);
    padding: 0.6rem;
    background-color: var(--antologa-white);
}

.psu-qr-img {
    width: 100%;
    height: 100%;
}

.psu-qr-meta {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.psu-qr-title {
    color: var(--antologa-dark) !important;
    font-weight: 600;
    font-size: 1.3rem !important;
}

.psu-qr-hint {
    color: var(--antologa-gray) !important;
    font-size: 1.2rem !important;
    line-height: 1.6;
}

/* Reminder */
.psu-reminder-row {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}

.psu-reminder-icon {
    font-size: 2rem !important;
    color: var(--antologa-contrast) !important;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.psu-reminder-text {
    color: var(--antologa-gray) !important;
    font-size: 1.3rem !important;
    line-height: 1.6;
}

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.psu-btn-primary {
    background-color: var(--antologa-primary) !important;
    color: var(--antologa-white) !important;
    border-radius: 0.8rem !important;
    font-weight: 600 !important;
    font-size: 1.4rem !important;
    height: 4.8rem;
    transition: all 0.3s ease;
    margin-bottom: 0.8rem;
}

.psu-btn-primary:hover {
    background-color: var(--antologa-secondary) !important;
    box-shadow: 0 4px 14px rgba(7, 130, 130, 0.35);
}

.psu-btn-calendar {
    border-color: var(--antologa-primary) !important;
    color: var(--antologa-primary) !important;
    border-radius: 0.8rem !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
    height: 4.4rem;
    transition: all 0.3s ease;
    margin-bottom: 0.8rem;
}

.psu-btn-calendar:hover {
    background-color: rgba(7, 130, 130, 0.06) !important;
}

.psu-btn-ghost {
    color: var(--antologa-gray) !important;
    font-size: 1.3rem !important;
    transition: color 0.2s ease;
}

.psu-btn-ghost:hover {
    color: var(--antologa-primary) !important;
}

.psu-calendar-btns {
    display: flex;
    flex-direction: column;
}

/* Share */
.psu-share-row {
    display: flex;
    gap: 0.8rem;
}

.psu-share-btn {
    border: 1px solid var(--antologa-light-gray) !important;
    border-radius: 0.8rem !important;
    color: var(--antologa-gray) !important;
    transition: all 0.2s ease;
    width: 4.4rem;
    height: 4.4rem;
}

.psu-share-btn:hover {
    border-color: var(--antologa-primary) !important;
    color: var(--antologa-primary) !important;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1280px) {
    .psu-sticky-panel {
        position: static;
    }
}

@media (max-width: 600px) {
    .psu-container {
        padding-top: 1.6rem;
    }

    .psu-ticket-header {
        padding: 1.6rem;
    }

    .psu-ticket-listing {
        padding: 1.6rem;
        flex-direction: column;
    }

    .psu-ticket-img-wrap {
        width: 100%;
        height: 16rem;
    }

    .psu-ticket-details {
        padding: 1.6rem;
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }

    .psu-qr-section {
        padding: 1.6rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .psu-step-line {
        max-width: 5rem;
    }

    .psu-success-title {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 400px) {
    .psu-ticket-details {
        grid-template-columns: 1fr;
    }

    .psu-success-title {
        font-size: 1.8rem !important;
    }
}
