.rastreo-page {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    min-height: 100vh;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 45%, #fff 100%);
    color: #0f172a;
}

.rastreo-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.rastreo-header h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    margin: 0.5rem 0;
}

.rastreo-header p {
    color: #64748b;
    margin: 0;
}

.rastreo-brand {
    display: inline-block;
    font-weight: 800;
    color: #2563eb;
    text-decoration: none;
}

.rastreo-search,
.rastreo-result {
    border: none;
    border-radius: 18px;
    margin-top: 1.5rem;
}

.rastreo-guia {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.rastreo-estado {
    font-size: 0.95rem;
    padding: 0.55rem 0.85rem;
}

.rastreo-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rastreo-step {
    flex: 1 1 100px;
    text-align: center;
    padding: 0.75rem 0.35rem;
    border-radius: 12px;
    background: #f1f5f9;
    color: #94a3b8;
    border: 1px solid #e2e8f0;
}

.rastreo-step.is-done {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.rastreo-step.is-current {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: #93c5fd;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
    font-weight: 700;
}

.rastreo-step-icon {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.rastreo-step-label {
    font-size: 0.72rem;
    line-height: 1.25;
}

.rastreo-historial li {
    padding: 0.55rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.rastreo-historial li:last-child {
    border-bottom: none;
}

.rastreo-back {
    color: #64748b;
    text-decoration: none;
}

.rastreo-back:hover {
    color: #2563eb;
}

@media (max-width: 575px) {
    .rastreo-search .input-group {
        flex-direction: column;
    }

    .rastreo-search .btn {
        width: 100%;
        margin-top: 0.5rem;
    }
}
